#BBF3CA

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

Shades of Granny Apple #BBF3CA

Tints of Granny Apple #BBF3CA

Color information

#BBF3CA (or 0xBBF3CA) is unknown color: approx Granny Apple. HEX triplet: BB, F3 and CA. RGB value is (187,243,202). Sum of RGB (Red+Green+Blue) = 187+243+202=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3CA is #440C35. Grayscale: #DDDDDD. Windows color (decimal): -4459574 or 13300667. OLE color: 13300667.

HSL color Cylindrical-coordinate representation of color #BBF3CA: hue angle of 136.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB187243202-
CMYK0.2300.170.05
HSL136.07º70%84.31%-
HSV(B)136.07º23.05%95.29%-
XYZ63.278.9367.78-
YUV221.58116.95103.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=29.59%
G=38.45%
B=31.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432020.2300.170.05136.077084.31
HexBBF3CA170115884654
Octal273363312270215210106124
Binary101110111111001111001010101110100011011000100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3CA; }

 p { color: rgb(187,243,202); }

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

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

 a { background-color: rgb(187,243,202); }

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

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

 span { border-color: rgb(187,243,202); }

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