Html Css Color HEX #BBCCE5 Periwinkle

📋 copy color: '#BBCCE5'

red 187 ◦ green 204 ◦ blue 229

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

Shades of Periwinkle #BBCCE5

Tints of Periwinkle #BBCCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 30.16%
G = 32.9%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBCCE5 (or 0xBBCCE5) is known color: Periwinkle. HEX triplet: BB, CC and E5. RGB value is (187,204,229). Sum of RGB (Red+Green+Blue) = 187+204+229=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE5 is #44331A. Grayscale: #C9C9C9. Windows color (decimal): -4469531 or 15060155. OLE color: 15060155.

HSL color Cylindrical-coordinate representation of color #BBCCE5: hue angle of 215.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCCE5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 204 229 -
CMYK 0.18 0.11 0 0.10
HSL 215.71º 0.45% 0.82% -
HSV(B) 215.71º 0.18% 0.9% -
XYZ 56.23 59.41 82.63 -
YUV 201.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 187 204 229 0.18 0.11 0 0.10 215.71 0.45 0.82
Hex BB CC E5 12 B 0 A D8 2D 52
Octal 273 314 345 22 13 0 12 330 55 122
Binary 10111011 11001100 11100101 10010 1011 0 1010 11011000 101101 1010010

Color Harmonies of #BBCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCE5

Black with #BBCCE5

Text Example


Text Example

White with #BBCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCE5; }

 p { color: rgb(187,204,229); }

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

background-color css

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

 a { background-color: rgb(187,204,229); }

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

border-color css

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

 span { border-color: rgb(187,204,229); }

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