#BBF8CB

Color #BBF8CB Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBF8CB

Tints of Granny Apple #BBF8CB

Color information

#BBF8CB (or 0xBBF8CB) is unknown color: approx 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

RGB187248203-
CMYK0.2500.180.03
HSL135.74º81.33%85.29%-
HSV(B)135.74º24.6%97.25%-
XYZ64.8482.0168.91-
YUV224.63115.79101.16-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482030.2500.180.03135.7481.3385.29
HexBBF8CB190123885155
Octal273370313310223210121125
Binary10111011111110001100101111001010010111000100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>