#BCF2CC

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

Shades of Granny Apple #BCF2CC

Tints of Granny Apple #BCF2CC

Color information

#BCF2CC (or 0xBCF2CC) is unknown color: approx Granny Apple. HEX triplet: BC, F2 and CC. RGB value is (188,242,204). Sum of RGB (Red+Green+Blue) = 188+242+204=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CC is #430D33. Grayscale: #DDDDDD. Windows color (decimal): -4394292 or 13431484. OLE color: 13431484.

HSL color Cylindrical-coordinate representation of color #BCF2CC: hue angle of 137.78º 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 #BCF2CC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB188242204-
CMYK0.2200.160.05
HSL137.78º67.5%84.31%-
HSV(B)137.78º22.31%94.9%-
XYZ63.3978.5668.95-
YUV221.52118.11104.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=29.65%
G=38.17%
B=32.18%

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
Decimal1882422040.2200.160.05137.7867.584.31
HexBCF2CC1601058a4454
Octal274362314260205212104124
Binary101111001111001011001100101100100001011000101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2CC; }

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

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

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

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

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

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

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

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