#BBF5CC

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

Shades of Granny Apple #BBF5CC

Tints of Granny Apple #BBF5CC

Color information

#BBF5CC (or 0xBBF5CC) is unknown color: approx Granny Apple. HEX triplet: BB, F5 and CC. RGB value is (187,245,204). Sum of RGB (Red+Green+Blue) = 187+245+204=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5CC is #440A33. Grayscale: #DFDFDF. Windows color (decimal): -4459060 or 13432251. OLE color: 13432251.

HSL color Cylindrical-coordinate representation of color #BBF5CC: hue angle of 137.59º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5CC is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB187245204-
CMYK0.2400.170.04
HSL137.59º74.36%84.71%-
HSV(B)137.59º23.67%96.08%-
XYZ64.0580.2369.24-
YUV222.98117.28102.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=29.40%
G=38.52%
B=32.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452040.2400.170.04137.5974.3684.71
HexBBF5CC1801148a4a55
Octal273365314300214212112125
Binary101110111111010111001100110000100011001000101010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5CC; }

 p { color: rgb(187,245,204); }

 H1.HeaderClassName
 {
   color: #BBF5CC;
 }
 .AnyTagClassName
 {
   color: #BBF5CC;
 }
</style>
background-color css

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

 a { background-color: rgb(187,245,204); }

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

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

 span { border-color: rgb(187,245,204); }

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