#BCF6CC

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

Shades of Granny Apple #BCF6CC

Tints of Granny Apple #BCF6CC

Color information

#BCF6CC (or 0xBCF6CC) is unknown color: approx Granny Apple. HEX triplet: BC, F6 and CC. RGB value is (188,246,204). Sum of RGB (Red+Green+Blue) = 188+246+204=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6CC is #430933. Grayscale: #DFDFDF. Windows color (decimal): -4393268 or 13432508. OLE color: 13432508.

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

Color convert

RGB188246204-
CMYK0.2400.170.04
HSL136.55º76.32%85.1%-
HSV(B)136.55º23.58%96.47%-
XYZ64.5980.9669.35-
YUV223.87116.78102.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=29.47%
G=38.56%
B=31.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462040.2400.170.04136.5576.3285.1
HexBCF6CC180114894c55
Octal274366314300214211114125
Binary101111001111011011001100110000100011001000100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6CC; }

 p { color: rgb(188,246,204); }

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

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

 a { background-color: rgb(188,246,204); }

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

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

 span { border-color: rgb(188,246,204); }

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