#BCF4CB

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

Shades of Granny Apple #BCF4CB

Tints of Granny Apple #BCF4CB

Color information

#BCF4CB (or 0xBCF4CB) is unknown color: approx Granny Apple. HEX triplet: BC, F4 and CB. RGB value is (188,244,203). Sum of RGB (Red+Green+Blue) = 188+244+203=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4CB is #430B34. Grayscale: #DEDEDE. Windows color (decimal): -4393781 or 13366460. OLE color: 13366460.

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

Color convert

RGB188244203-
CMYK0.2300.170.04
HSL136.07º71.79%84.71%-
HSV(B)136.07º22.95%95.69%-
XYZ63.8779.768.52-
YUV222.58116.95103.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=29.61%
G=38.43%
B=31.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882442030.2300.170.04136.0771.7984.71
HexBCF4CB170114884855
Octal274364313270214210110125
Binary101111001111010011001011101110100011001000100010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4CB; }

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

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

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

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

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

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

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

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