#bcf2cb

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

Shades of Granny Apple #BCF2CB

Tints of Granny Apple #BCF2CB

Color information

#BCF2CB (or 0xBCF2CB) is unknown color: approx Granny Apple. HEX triplet: BC, F2 and CB. RGB value is (188,242,203). Sum of RGB (Red+Green+Blue) = 188+242+203=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CB is #430D34. Grayscale: #DDDDDD. Windows color (decimal): -4394293 or 13365948. OLE color: 13365948.

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

Color convert

RGB188242203-
CMYK0.2200.160.05
HSL136.67º67.5%84.31%-
HSV(B)136.67º22.31%94.9%-
XYZ63.2778.5168.32-
YUV221.41117.61104.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=29.70%
G=38.23%
B=32.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882422030.2200.160.05136.6767.584.31
HexBCF2CB160105894454
Octal274362313260205211104124
Binary101111001111001011001011101100100001011000100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf2cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf2cb; }

 p { color: rgb(188,242,203); }

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

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

 a { background-color: rgb(188,242,203); }

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

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

 span { border-color: rgb(188,242,203); }

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