Html Css Color HEX #BBE7CA Granny Apple

📋 copy color: '#BBE7CA'

red 187 ◦ green 231 ◦ blue 202

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

Shades of Granny Apple #BBE7CA

Tints of Granny Apple #BBE7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.26%

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

R = 30.16%
G = 37.26%
B = 32.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#BBE7CA (or 0xBBE7CA) is known color: Granny Apple. HEX triplet: BB, E7 and CA. RGB value is (187,231,202). Sum of RGB (Red+Green+Blue) = 187+231+202=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CA is #441835. Grayscale: #D6D6D6. Windows color (decimal): -4462646 or 13297595. OLE color: 13297595.

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

Color convert

RGB 187 231 202 -
CMYK 0.19 0 0.13 0.09
HSL 140.45º 0.48% 0.82% -
HSV(B) 140.45º 0.19% 0.91% -
XYZ 59.73 71.98 66.62 -
YUV 214.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 187 231 202 0.19 0 0.13 0.09 140.45 0.48 0.82
Hex BB E7 CA 13 0 D 9 8C 30 52
Octal 273 347 312 23 0 15 11 214 60 122
Binary 10111011 11100111 11001010 10011 0 1101 1001 10001100 110000 1010010

Color Harmonies of #BBE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7CA

Black with #BBE7CA

Text Example


Text Example

White with #BBE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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