Html Css Color HEX #BDC3D2 Link Water

📋 copy color: '#BDC3D2'

red 189 ◦ green 195 ◦ blue 210

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

Shades of Link Water #BDC3D2

Tints of Link Water #BDC3D2

RGB

 RED value IS 189 (74.22% from 255) = 31.82%

 GREEN value IS 195 (76.56% from 255) = 32.83%

 BLUE value IS 210 (82.42% from 255) = 35.35%

R = 31.82%
G = 32.83%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC3D2 (or 0xBDC3D2) is known color: Link Water. HEX triplet: BD, C3 and D2. RGB value is (189,195,210). Sum of RGB (Red+Green+Blue) = 189+195+210=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3D2 is #423C2D. Grayscale: #C2C2C2. Windows color (decimal): -4340782 or 13812669. OLE color: 13812669.

HSL color Cylindrical-coordinate representation of color #BDC3D2: hue angle of 222.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC3D2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 195 210 -
CMYK 0.10 0.07 0 0.18
HSL 222.86º 0.19% 0.78% -
HSV(B) 222.86º 0.1% 0.82% -
XYZ 52.13 54.5 68.74 -
YUV 194.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 189 195 210 0.10 0.07 0 0.18 222.86 0.19 0.78
Hex BD C3 D2 A 7 0 12 DF 13 4E
Octal 275 303 322 12 7 0 22 337 23 116
Binary 10111101 11000011 11010010 1010 111 0 10010 11011111 10011 1001110

Color Harmonies of #BDC3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3D2

Black with #BDC3D2

Text Example


Text Example

White with #BDC3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3D2; }

 p { color: rgb(189,195,210); }

 H1.HeaderClassName
 {
   color: #BDC3D2;
 }
 .AnyTagClassName
 {
   color: #BDC3D2;
 }
</style>

background-color css

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

 a { background-color: rgb(189,195,210); }

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

border-color css

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

 span { border-color: rgb(189,195,210); }

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