#BBF4CD

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

Shades of Granny Apple #BBF4CD

Tints of Granny Apple #BBF4CD

Color information

#BBF4CD (or 0xBBF4CD) is unknown color: approx Granny Apple. HEX triplet: BB, F4 and CD. RGB value is (187,244,205). Sum of RGB (Red+Green+Blue) = 187+244+205=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4CD is #440B32. Grayscale: #DEDEDE. Windows color (decimal): -4459315 or 13497531. OLE color: 13497531.

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

Color convert

RGB187244205-
CMYK0.2300.160.04
HSL138.95º72.15%84.51%-
HSV(B)138.95º23.36%95.69%-
XYZ63.8679.6769.77-
YUV222.51118.12102.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=29.40%
G=38.36%
B=32.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872442050.2300.160.04138.9572.1584.51
HexBBF4CD1701048b4855
Octal273364315270204213110125
Binary101110111111010011001101101110100001001000101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4CD; }

 p { color: rgb(187,244,205); }

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

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

 a { background-color: rgb(187,244,205); }

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

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

 span { border-color: rgb(187,244,205); }

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