Html Css Color HEX #BBF1CB Granny Apple

📋 copy color: '#BBF1CB'

red 187 ◦ green 241 ◦ blue 203

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

Shades of Granny Apple #BBF1CB

Tints of Granny Apple #BBF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

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

R = 29.64%
G = 38.19%
B = 32.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BBF1CB (or 0xBBF1CB) is known color: Granny Apple. HEX triplet: BB, F1 and CB. RGB value is (187,241,203). Sum of RGB (Red+Green+Blue) = 187+241+203=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CB is #440E34. Grayscale: #DCDCDC. Windows color (decimal): -4460085 or 13365691. OLE color: 13365691.

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

Color convert

RGB 187 241 203 -
CMYK 0.22 0 0.16 0.05
HSL 137.78º 0.66% 0.84% -
HSV(B) 137.78º 0.22% 0.95% -
XYZ 62.73 77.79 68.21 -
YUV 220.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 187 241 203 0.22 0 0.16 0.05 137.78 0.66 0.84
Hex BB F1 CB 16 0 10 5 8A 42 54
Octal 273 361 313 26 0 20 5 212 102 124
Binary 10111011 11110001 11001011 10110 0 10000 101 10001010 1000010 1010100

Color Harmonies of #BBF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1CB

Black with #BBF1CB

Text Example


Text Example

White with #BBF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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