Html Css Color HEX #BBC2E9 Periwinkle

📋 copy color: '#BBC2E9'

red 187 ◦ green 194 ◦ blue 233

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

Shades of Periwinkle #BBC2E9

Tints of Periwinkle #BBC2E9

RGB

 RED value IS 187 (73.44% from 255) = 30.46%

 GREEN value IS 194 (76.17% from 255) = 31.6%

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 30.46%
G = 31.6%
B = 37.95%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC2E9 (or 0xBBC2E9) is known color: Periwinkle. HEX triplet: BB, C2 and E9. RGB value is (187,194,233). Sum of RGB (Red+Green+Blue) = 187+194+233=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2E9 is #443D16. Grayscale: #C4C4C4. Windows color (decimal): -4472087 or 15319739. OLE color: 15319739.

HSL color Cylindrical-coordinate representation of color #BBC2E9: hue angle of 230.87º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC2E9 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 194 233 -
CMYK 0.20 0.17 0 0.09
HSL 230.87º 0.51% 0.82% -
HSV(B) 230.87º 0.2% 0.91% -
XYZ 54.49 55.03 84.84 -
YUV 196.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 187 194 233 0.20 0.17 0 0.09 230.87 0.51 0.82
Hex BB C2 E9 14 11 0 9 E7 33 52
Octal 273 302 351 24 21 0 11 347 63 122
Binary 10111011 11000010 11101001 10100 10001 0 1001 11100111 110011 1010010

Color Harmonies of #BBC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2E9

Black with #BBC2E9

Text Example


Text Example

White with #BBC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2E9; }

 p { color: rgb(187,194,233); }

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

background-color css

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

 a { background-color: rgb(187,194,233); }

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

border-color css

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

 span { border-color: rgb(187,194,233); }

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