#BBF3CD

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

Shades of Granny Apple #BBF3CD

Tints of Granny Apple #BBF3CD

Color information

#BBF3CD (or 0xBBF3CD) is unknown color: approx Granny Apple. HEX triplet: BB, F3 and CD. RGB value is (187,243,205). Sum of RGB (Red+Green+Blue) = 187+243+205=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3CD is #440C32. Grayscale: #DEDEDE. Windows color (decimal): -4459571 or 13497275. OLE color: 13497275.

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

Color convert

RGB187243205-
CMYK0.2300.160.05
HSL139.29º70%84.31%-
HSV(B)139.29º23.05%95.29%-
XYZ63.5679.0769.67-
YUV221.92118.45103.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=29.45%
G=38.27%
B=32.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432050.2300.160.05139.297084.31
HexBBF3CD1701058b4654
Octal273363315270205213106124
Binary101110111111001111001101101110100001011000101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3CD; }

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

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

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

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

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

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

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

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