Html Css Color HEX #BBEAC6 Granny Apple

📋 copy color: '#BBEAC6'

red 187 ◦ green 234 ◦ blue 198

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

Shades of Granny Apple #BBEAC6

Tints of Granny Apple #BBEAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.99%

R = 30.21%
G = 37.8%
B = 31.99%

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

#BBEAC6 (or 0xBBEAC6) is known color: Granny Apple. HEX triplet: BB, EA and C6. RGB value is (187,234,198). Sum of RGB (Red+Green+Blue) = 187+234+198=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC6 is #441539. Grayscale: #D7D7D7. Windows color (decimal): -4461882 or 13036219. OLE color: 13036219.

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

Color convert

RGB 187 234 198 -
CMYK 0.20 0 0.15 0.08
HSL 134.04º 0.53% 0.83% -
HSV(B) 134.04º 0.2% 0.92% -
XYZ 60.11 73.49 64.44 -
YUV 215.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 187 234 198 0.20 0 0.15 0.08 134.04 0.53 0.83
Hex BB EA C6 14 0 F 8 86 35 53
Octal 273 352 306 24 0 17 10 206 65 123
Binary 10111011 11101010 11000110 10100 0 1111 1000 10000110 110101 1010011

Color Harmonies of #BBEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAC6

Black with #BBEAC6

Text Example


Text Example

White with #BBEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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