#BDCDE1

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

Shades of Link Water #BDCDE1

Tints of Link Water #BDCDE1

Color information

#BDCDE1 (or 0xBDCDE1) is unknown color: approx Link Water. HEX triplet: BD, CD and E1. RGB value is (189,205,225). Sum of RGB (Red+Green+Blue) = 189+205+225=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE1 is #42321E. Grayscale: #CACACA. Windows color (decimal): -4338207 or 14798269. OLE color: 14798269.

HSL color Cylindrical-coordinate representation of color #BDCDE1: hue angle of 213.33º degrees, saturation: 0.37, 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 #BDCDE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189205225-
CMYK0.160.0900.12
HSL213.33º37.5%81.18%-
HSV(B)213.33º16%88.24%-
XYZ56.4159.9279.83-
YUV202.5140.7118.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=30.53%
G=33.12%
B=36.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892052250.160.0900.12213.3337.581.18
HexBDCDE11090Cd52551
Octal275315341201101432545121
Binary10111101110011011110000110000100101100110101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDE1; }

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

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

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

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

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

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

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

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