#BCF1CC

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

Shades of Granny Apple #BCF1CC

Tints of Granny Apple #BCF1CC

Color information

#BCF1CC (or 0xBCF1CC) is unknown color: approx Granny Apple. HEX triplet: BC, F1 and CC. RGB value is (188,241,204). Sum of RGB (Red+Green+Blue) = 188+241+204=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CC is #430E33. Grayscale: #DDDDDD. Windows color (decimal): -4394548 or 13431228. OLE color: 13431228.

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

Color convert

RGB188241204-
CMYK0.2200.150.05
HSL138.11º65.43%84.12%-
HSV(B)138.11º21.99%94.51%-
XYZ63.0977.9668.85-
YUV220.93118.44104.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=29.70%
G=38.07%
B=32.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412040.2200.150.05138.1165.4384.12
HexBCF1CC160F58a4154
Octal274361314260175212101124
Binary10111100111100011100110010110011111011000101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1CC; }

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

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

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

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

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

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

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

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