Html Css Color HEX #BBF8CB Granny Apple

📋 copy color: '#BBF8CB'

red 187 ◦ green 248 ◦ blue 203

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

Shades of Granny Apple #BBF8CB

Tints of Granny Apple #BBF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.87%

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

R = 29.31%
G = 38.87%
B = 31.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#BBF8CB (or 0xBBF8CB) is known color: Granny Apple. HEX triplet: BB, F8 and CB. RGB value is (187,248,203). Sum of RGB (Red+Green+Blue) = 187+248+203=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8CB is #440734. Grayscale: #E0E0E0. Windows color (decimal): -4458293 or 13367483. OLE color: 13367483.

HSL color Cylindrical-coordinate representation of color #BBF8CB: hue angle of 135.74º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8CB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 203 -
CMYK 0.25 0 0.18 0.03
HSL 135.74º 0.81% 0.85% -
HSV(B) 135.74º 0.25% 0.97% -
XYZ 64.84 82.01 68.91 -
YUV 224.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 187 248 203 0.25 0 0.18 0.03 135.74 0.81 0.85
Hex BB F8 CB 19 0 12 3 88 51 55
Octal 273 370 313 31 0 22 3 210 121 125
Binary 10111011 11111000 11001011 11001 0 10010 11 10001000 1010001 1010101

Color Harmonies of #BBF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8CB

Black with #BBF8CB

Text Example


Text Example

White with #BBF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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