#BBF3C6

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

Shades of Granny Apple #BBF3C6

Tints of Granny Apple #BBF3C6

Color information

#BBF3C6 (or 0xBBF3C6) is unknown color: approx Granny Apple. HEX triplet: BB, F3 and C6. RGB value is (187,243,198). Sum of RGB (Red+Green+Blue) = 187+243+198=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C6 is #440C39. Grayscale: #DDDDDD. Windows color (decimal): -4459578 or 13038523. OLE color: 13038523.

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

Color convert

RGB187243198-
CMYK0.2300.190.05
HSL131.79º70%84.31%-
HSV(B)131.79º23.05%95.29%-
XYZ62.7478.7465.32-
YUV221.13114.95103.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=29.78%
G=38.69%
B=31.53%

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
Decimal1872431980.2300.190.05131.797084.31
HexBBF3C6170135844654
Octal273363306270235204106124
Binary101110111111001111000110101110100111011000010010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3C6; }

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

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

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

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

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

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

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

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