Html Css Color HEX #BBE4CA Granny Apple

📋 copy color: '#BBE4CA'

red 187 ◦ green 228 ◦ blue 202

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

Shades of Granny Apple #BBE4CA

Tints of Granny Apple #BBE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.95%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 30.31%
G = 36.95%
B = 32.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#BBE4CA (or 0xBBE4CA) is known color: Granny Apple. HEX triplet: BB, E4 and CA. RGB value is (187,228,202). Sum of RGB (Red+Green+Blue) = 187+228+202=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4CA is #441B35. Grayscale: #D4D4D4. Windows color (decimal): -4463414 or 13296827. OLE color: 13296827.

HSL color Cylindrical-coordinate representation of color #BBE4CA: hue angle of 141.95º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4CA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 202 -
CMYK 0.18 0 0.11 0.11
HSL 141.95º 0.43% 0.81% -
HSV(B) 141.95º 0.18% 0.89% -
XYZ 58.9 70.32 66.35 -
YUV 212.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 187 228 202 0.18 0 0.11 0.11 141.95 0.43 0.81
Hex BB E4 CA 12 0 B B 8E 2B 51
Octal 273 344 312 22 0 13 13 216 53 121
Binary 10111011 11100100 11001010 10010 0 1011 1011 10001110 101011 1010001

Color Harmonies of #BBE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4CA

Black with #BBE4CA

Text Example


Text Example

White with #BBE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4CA; }

 p { color: rgb(187,228,202); }

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

background-color css

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

 a { background-color: rgb(187,228,202); }

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

border-color css

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

 span { border-color: rgb(187,228,202); }

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