Html Css Color HEX #BBE8C8 Granny Apple

📋 copy color: '#BBE8C8'

red 187 ◦ green 232 ◦ blue 200

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

Shades of Granny Apple #BBE8C8

Tints of Granny Apple #BBE8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.31%

R = 30.21%
G = 37.48%
B = 32.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#BBE8C8 (or 0xBBE8C8) is known color: Granny Apple. HEX triplet: BB, E8 and C8. RGB value is (187,232,200). Sum of RGB (Red+Green+Blue) = 187+232+200=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8C8 is #441737. Grayscale: #D6D6D6. Windows color (decimal): -4462392 or 13166779. OLE color: 13166779.

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

Color convert

RGB 187 232 200 -
CMYK 0.19 0 0.14 0.09
HSL 137.33º 0.49% 0.82% -
HSV(B) 137.33º 0.19% 0.91% -
XYZ 59.78 72.45 65.48 -
YUV 214.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 187 232 200 0.19 0 0.14 0.09 137.33 0.49 0.82
Hex BB E8 C8 13 0 E 9 89 31 52
Octal 273 350 310 23 0 16 11 211 61 122
Binary 10111011 11101000 11001000 10011 0 1110 1001 10001001 110001 1010010

Color Harmonies of #BBE8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8C8

Black with #BBE8C8

Text Example


Text Example

White with #BBE8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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