Html Css Color HEX #BDCDE1 Link Water

📋 copy color: '#BDCDE1'

red 189 ◦ green 205 ◦ blue 225

#BDCDE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #BDCDE1

Tints of Link Water #BDCDE1

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 value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDCDE1 (or 0xBDCDE1) is known color: 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.38, 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

RGB 189 205 225 -
CMYK 0.16 0.09 0 0.12
HSL 213.33º 0.38% 0.81% -
HSV(B) 213.33º 0.16% 0.88% -
XYZ 56.41 59.92 79.83 -
YUV 202.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 189 205 225 0.16 0.09 0 0.12 213.33 0.38 0.81
Hex BD CD E1 10 9 0 C D5 26 51
Octal 275 315 341 20 11 0 14 325 46 121
Binary 10111101 11001101 11100001 10000 1001 0 1100 11010101 100110 1010001

Color Harmonies of #BDCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDE1

Black with #BDCDE1

Text Example


Text Example

White with #BDCDE1

Text Example


Text Example

HTML Codes & Css Web 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>