Html Css Color HEX #BFD2EE Periwinkle

📋 copy color: '#BFD2EE'

red 191 ◦ green 210 ◦ blue 238

#BFD2EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BFD2EE

Tints of Periwinkle #BFD2EE

RGB

 RED value IS 191 (75% from 255) = 29.89%

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 29.89%
G = 32.86%
B = 37.25%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFD2EE (or 0xBFD2EE) is known color: Periwinkle. HEX triplet: BF, D2 and EE. RGB value is (191,210,238). Sum of RGB (Red+Green+Blue) = 191+210+238=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2EE is #402D11. Grayscale: #CFCFCF. Windows color (decimal): -4205842 or 15651519. OLE color: 15651519.

HSL color Cylindrical-coordinate representation of color #BFD2EE: hue angle of 215.74º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD2EE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 210 238 -
CMYK 0.20 0.12 0 0.07
HSL 215.74º 0.58% 0.84% -
HSV(B) 215.74º 0.2% 0.93% -
XYZ 59.97 63.34 89.95 -
YUV 207.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 191 210 238 0.20 0.12 0 0.07 215.74 0.58 0.84
Hex BF D2 EE 14 C 0 7 D8 3A 54
Octal 277 322 356 24 14 0 7 330 72 124
Binary 10111111 11010010 11101110 10100 1100 0 111 11011000 111010 1010100

Color Harmonies of #BFD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2EE

Black with #BFD2EE

Text Example


Text Example

White with #BFD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2EE; }

 p { color: rgb(191,210,238); }

 H1.HeaderClassName
 {
   color: #BFD2EE;
 }
 .AnyTagClassName
 {
   color: #BFD2EE;
 }
</style>

background-color css

<style>
 a { background-color: #BFD2EE; }

 a { background-color: rgb(191,210,238); }

 div.DivClassName
 {
   background-color: #BFD2EE;
 }
 .BgClassName
 {
   background-color: #BFD2EE;
 }
</style>

border-color css

<style>
 span { border-color: #BFD2EE; }

 span { border-color: rgb(191,210,238); }

 td.TdClassName
 {
   border-color: #BFD2EE;
 }
 .TagClassName
 {
   border-color: #BFD2EE;
 }
</style>