#BCF5C8

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

Shades of Granny Apple #BCF5C8

Tints of Granny Apple #BCF5C8

Color information

#BCF5C8 (or 0xBCF5C8) is unknown color: approx Granny Apple. HEX triplet: BC, F5 and C8. RGB value is (188,245,200). Sum of RGB (Red+Green+Blue) = 188+245+200=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C8 is #430A37. Grayscale: #DEDEDE. Windows color (decimal): -4393528 or 13170108. OLE color: 13170108.

HSL color Cylindrical-coordinate representation of color #BCF5C8: hue angle of 132.63º degrees, saturation: 0.74, 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 #BCF5C8 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB188245200-
CMYK0.2300.180.04
HSL132.63º74.03%84.9%-
HSV(B)132.63º23.27%96.08%-
XYZ63.8280.1766.75-
YUV222.83115.12103.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=29.70%
G=38.70%
B=31.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452000.2300.180.04132.6374.0384.9
HexBCF5C8170124854a55
Octal274365310270224205112125
Binary101111001111010111001000101110100101001000010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5C8; }

 p { color: rgb(188,245,200); }

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

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

 a { background-color: rgb(188,245,200); }

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

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

 span { border-color: rgb(188,245,200); }

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