Html Css Color HEX #BBC4E9 Periwinkle

📋 copy color: '#BBC4E9'

red 187 ◦ green 196 ◦ blue 233

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

Shades of Periwinkle #BBC4E9

Tints of Periwinkle #BBC4E9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.82%

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

R = 30.36%
G = 31.82%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC4E9 (or 0xBBC4E9) is known color: Periwinkle. HEX triplet: BB, C4 and E9. RGB value is (187,196,233). Sum of RGB (Red+Green+Blue) = 187+196+233=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4E9 is #443B16. Grayscale: #C5C5C5. Windows color (decimal): -4471575 or 15320251. OLE color: 15320251.

HSL color Cylindrical-coordinate representation of color #BBC4E9: hue angle of 228.26º 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 #BBC4E9 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 196 233 -
CMYK 0.20 0.16 0 0.09
HSL 228.26º 0.51% 0.82% -
HSV(B) 228.26º 0.2% 0.91% -
XYZ 54.94 55.93 84.99 -
YUV 197.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 187 196 233 0.20 0.16 0 0.09 228.26 0.51 0.82
Hex BB C4 E9 14 10 0 9 E4 33 52
Octal 273 304 351 24 20 0 11 344 63 122
Binary 10111011 11000100 11101001 10100 10000 0 1001 11100100 110011 1010010

Color Harmonies of #BBC4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4E9

Black with #BBC4E9

Text Example


Text Example

White with #BBC4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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