#BCF3CB

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

Shades of Granny Apple #BCF3CB

Tints of Granny Apple #BCF3CB

Color information

#BCF3CB (or 0xBCF3CB) is unknown color: approx Granny Apple. HEX triplet: BC, F3 and CB. RGB value is (188,243,203). Sum of RGB (Red+Green+Blue) = 188+243+203=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3CB is #430C34. Grayscale: #DEDEDE. Windows color (decimal): -4394037 or 13366204. OLE color: 13366204.

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

Color convert

RGB188243203-
CMYK0.2300.160.05
HSL136.36º69.62%84.51%-
HSV(B)136.36º22.63%95.29%-
XYZ63.5779.168.42-
YUV221.99117.28103.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=29.65%
G=38.33%
B=32.02%

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
Decimal1882432030.2300.160.05136.3669.6284.51
HexBCF3CB170105884655
Octal274363313270205210106125
Binary101111001111001111001011101110100001011000100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3CB; }

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

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

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

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

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

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

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

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