Html Css Color HEX #BBEACB Granny Apple

📋 copy color: '#BBEACB'

red 187 ◦ green 234 ◦ blue 203

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

Shades of Granny Apple #BBEACB

Tints of Granny Apple #BBEACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.53%

R = 29.97%
G = 37.5%
B = 32.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BBEACB (or 0xBBEACB) is known color: Granny Apple. HEX triplet: BB, EA and CB. RGB value is (187,234,203). Sum of RGB (Red+Green+Blue) = 187+234+203=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACB is #441534. Grayscale: #D8D8D8. Windows color (decimal): -4461877 or 13363899. OLE color: 13363899.

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

Color convert

RGB 187 234 203 -
CMYK 0.20 0 0.13 0.08
HSL 140.43º 0.53% 0.83% -
HSV(B) 140.43º 0.2% 0.92% -
XYZ 60.7 73.72 67.53 -
YUV 216.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 187 234 203 0.20 0 0.13 0.08 140.43 0.53 0.83
Hex BB EA CB 14 0 D 8 8C 35 53
Octal 273 352 313 24 0 15 10 214 65 123
Binary 10111011 11101010 11001011 10100 0 1101 1000 10001100 110101 1010011

Color Harmonies of #BBEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEACB

Black with #BBEACB

Text Example


Text Example

White with #BBEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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