Html Css Color HEX #BBEAC8 Granny Apple

📋 copy color: '#BBEAC8'

red 187 ◦ green 234 ◦ blue 200

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

Shades of Granny Apple #BBEAC8

Tints of Granny Apple #BBEAC8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.68%

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

R = 30.11%
G = 37.68%
B = 32.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#BBEAC8 (or 0xBBEAC8) is known color: Granny Apple. HEX triplet: BB, EA and C8. RGB value is (187,234,200). Sum of RGB (Red+Green+Blue) = 187+234+200=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC8 is #441537. Grayscale: #D8D8D8. Windows color (decimal): -4461880 or 13167291. OLE color: 13167291.

HSL color Cylindrical-coordinate representation of color #BBEAC8: hue angle of 136.6º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAC8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 200 -
CMYK 0.20 0 0.15 0.08
HSL 136.6º 0.53% 0.83% -
HSV(B) 136.6º 0.2% 0.92% -
XYZ 60.34 73.58 65.67 -
YUV 216.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 187 234 200 0.20 0 0.15 0.08 136.6 0.53 0.83
Hex BB EA C8 14 0 F 8 89 35 53
Octal 273 352 310 24 0 17 10 211 65 123
Binary 10111011 11101010 11001000 10100 0 1111 1000 10001001 110101 1010011

Color Harmonies of #BBEAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAC8

Black with #BBEAC8

Text Example


Text Example

White with #BBEAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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