#BDCDE0

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

Shades of Link Water #BDCDE0

Tints of Link Water #BDCDE0

Color information

#BDCDE0 (or 0xBDCDE0) is unknown color: approx Link Water. HEX triplet: BD, CD and E0. RGB value is (189,205,224). Sum of RGB (Red+Green+Blue) = 189+205+224=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE0 is #42321F. Grayscale: #CACACA. Windows color (decimal): -4338208 or 14732733. OLE color: 14732733.

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

Color convert

RGB189205224-
CMYK0.160.0800.12
HSL212.57º36.08%80.98%-
HSV(B)212.57º15.62%87.84%-
XYZ56.2759.8679.11-
YUV202.38140.2118.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=30.58%
G=33.17%
B=36.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892052240.160.0800.12212.5736.0880.98
HexBDCDE01080Cd52451
Octal275315340201001432544121
Binary10111101110011011110000010000100001100110101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDE0; }

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

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

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

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

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

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

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

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