#BBF3C4

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

Shades of Granny Apple #BBF3C4

Tints of Granny Apple #BBF3C4

Color information

#BBF3C4 (or 0xBBF3C4) is unknown color: approx Granny Apple. HEX triplet: BB, F3 and C4. RGB value is (187,243,196). Sum of RGB (Red+Green+Blue) = 187+243+196=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C4 is #440C3B. Grayscale: #DDDDDD. Windows color (decimal): -4459580 or 12907451. OLE color: 12907451.

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

Color convert

RGB187243196-
CMYK0.2300.190.05
HSL129.64º70%84.31%-
HSV(B)129.64º23.05%95.29%-
XYZ62.5178.6564.11-
YUV220.9113.95103.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=29.87%
G=38.82%
B=31.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431960.2300.190.05129.647084.31
HexBBF3C4170135824654
Octal273363304270235202106124
Binary101110111111001111000100101110100111011000001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3C4; }

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

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

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

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

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

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

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

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