#BFCDE0

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

Shades of Link Water #BFCDE0

Tints of Link Water #BFCDE0

Color information

#BFCDE0 (or 0xBFCDE0) is unknown color: approx Link Water. HEX triplet: BF, CD and E0. RGB value is (191,205,224). Sum of RGB (Red+Green+Blue) = 191+205+224=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDE0 is #40321F. Grayscale: #CACACA. Windows color (decimal): -4207136 or 14732735. OLE color: 14732735.

HSL color Cylindrical-coordinate representation of color #BFCDE0: hue angle of 214.55º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCDE0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191205224-
CMYK0.150.0800.12
HSL214.55º34.74%81.37%-
HSV(B)214.55º14.73%87.84%-
XYZ56.7760.1279.13-
YUV202.98139.86119.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=30.81%
G=33.06%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912052240.150.0800.12214.5534.7481.37
HexBFCDE0F80Cd72351
Octal277315340171001432743121
Binary1011111111001101111000001111100001100110101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDE0; }

 p { color: rgb(191,205,224); }

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

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

 a { background-color: rgb(191,205,224); }

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

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

 span { border-color: rgb(191,205,224); }

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