#BBF4CF

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

Shades of Granny Apple #BBF4CF

Tints of Granny Apple #BBF4CF

Color information

#BBF4CF (or 0xBBF4CF) is unknown color: approx Granny Apple. HEX triplet: BB, F4 and CF. RGB value is (187,244,207). Sum of RGB (Red+Green+Blue) = 187+244+207=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4CF is #440B30. Grayscale: #DEDEDE. Windows color (decimal): -4459313 or 13628603. OLE color: 13628603.

HSL color Cylindrical-coordinate representation of color #BBF4CF: hue angle of 141.05º 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 #BBF4CF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB187244207-
CMYK0.2300.150.04
HSL141.05º72.15%84.51%-
HSV(B)141.05º23.36%95.69%-
XYZ64.1179.7771.05-
YUV222.74119.12102.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 244 (95.70% from 255) = 38.24%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=29.31%
G=38.24%
B=32.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872442070.2300.150.04141.0572.1584.51
HexBBF4CF170F48d4855
Octal273364317270174215110125
Binary10111011111101001100111110111011111001000110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4CF; }

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

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

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

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

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

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

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

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