Html Css Color HEX #BBE8CC Granny Apple

📋 copy color: '#BBE8CC'

red 187 ◦ green 232 ◦ blue 204

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

Shades of Granny Apple #BBE8CC

Tints of Granny Apple #BBE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.24%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 30.02%
G = 37.24%
B = 32.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BBE8CC (or 0xBBE8CC) is known color: Granny Apple. HEX triplet: BB, E8 and CC. RGB value is (187,232,204). Sum of RGB (Red+Green+Blue) = 187+232+204=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8CC is #441733. Grayscale: #D7D7D7. Windows color (decimal): -4462388 or 13428923. OLE color: 13428923.

HSL color Cylindrical-coordinate representation of color #BBE8CC: hue angle of 142.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 232 204 -
CMYK 0.19 0 0.12 0.09
HSL 142.67º 0.49% 0.82% -
HSV(B) 142.67º 0.19% 0.91% -
XYZ 60.25 72.64 67.97 -
YUV 215.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 187 232 204 0.19 0 0.12 0.09 142.67 0.49 0.82
Hex BB E8 CC 13 0 C 9 8F 31 52
Octal 273 350 314 23 0 14 11 217 61 122
Binary 10111011 11101000 11001100 10011 0 1100 1001 10001111 110001 1010010

Color Harmonies of #BBE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8CC

Black with #BBE8CC

Text Example


Text Example

White with #BBE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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