#BFCCDF

Color #BFCCDF Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BFCCDF

Tints of Link Water #BFCCDF

Color information

#BFCCDF (or 0xBFCCDF) is unknown color: approx Link Water. HEX triplet: BF, CC and DF. RGB value is (191,204,223). Sum of RGB (Red+Green+Blue) = 191+204+223=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDF is #403320. Grayscale: #CACACA. Windows color (decimal): -4207393 or 14666943. OLE color: 14666943.

HSL color Cylindrical-coordinate representation of color #BFCCDF: hue angle of 215.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCCDF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191204223-
CMYK0.140.0900.13
HSL215.62º33.33%81.18%-
HSV(B)215.62º14.35%87.45%-
XYZ56.459.5978.34-
YUV202.28139.69119.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=30.91%
G=33.01%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912042230.140.0900.13215.6233.3381.18
HexBFCCDFE90Dd82151
Octal277314337161101533041121
Binary1011111111001100110111111110100101101110110001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCDF; }

 p { color: rgb(191,204,223); }

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

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

 a { background-color: rgb(191,204,223); }

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

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

 span { border-color: rgb(191,204,223); }

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