Html Css Color HEX #BBF2CB Granny Apple

📋 copy color: '#BBF2CB'

red 187 ◦ green 242 ◦ blue 203

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

Shades of Granny Apple #BBF2CB

Tints of Granny Apple #BBF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

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

R = 29.59%
G = 38.29%
B = 32.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BBF2CB (or 0xBBF2CB) is known color: Granny Apple. HEX triplet: BB, F2 and CB. RGB value is (187,242,203). Sum of RGB (Red+Green+Blue) = 187+242+203=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CB is #440D34. Grayscale: #DDDDDD. Windows color (decimal): -4459829 or 13365947. OLE color: 13365947.

HSL color Cylindrical-coordinate representation of color #BBF2CB: hue angle of 137.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2CB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 203 -
CMYK 0.23 0 0.16 0.05
HSL 137.45º 0.68% 0.84% -
HSV(B) 137.45º 0.23% 0.95% -
XYZ 63.03 78.38 68.31 -
YUV 221.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 187 242 203 0.23 0 0.16 0.05 137.45 0.68 0.84
Hex BB F2 CB 17 0 10 5 89 44 54
Octal 273 362 313 27 0 20 5 211 104 124
Binary 10111011 11110010 11001011 10111 0 10000 101 10001001 1000100 1010100

Color Harmonies of #BBF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2CB

Black with #BBF2CB

Text Example


Text Example

White with #BBF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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