Html Css Color HEX #BDC2D3 Link Water

📋 copy color: '#BDC2D3'

red 189 ◦ green 194 ◦ blue 211

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

Shades of Link Water #BDC2D3

Tints of Link Water #BDC2D3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.66%

 BLUE value IS 211 (82.81% from 255) = 35.52%

R = 31.82%
G = 32.66%
B = 35.52%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDC2D3 (or 0xBDC2D3) is known color: Link Water. HEX triplet: BD, C2 and D3. RGB value is (189,194,211). Sum of RGB (Red+Green+Blue) = 189+194+211=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2D3 is #423D2C. Grayscale: #C2C2C2. Windows color (decimal): -4341037 or 13877949. OLE color: 13877949.

HSL color Cylindrical-coordinate representation of color #BDC2D3: hue angle of 226.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC2D3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 194 211 -
CMYK 0.10 0.08 0 0.17
HSL 226.36º 0.2% 0.78% -
HSV(B) 226.36º 0.1% 0.83% -
XYZ 52.04 54.11 69.33 -
YUV 194.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 189 194 211 0.10 0.08 0 0.17 226.36 0.2 0.78
Hex BD C2 D3 A 8 0 11 E2 14 4E
Octal 275 302 323 12 10 0 21 342 24 116
Binary 10111101 11000010 11010011 1010 1000 0 10001 11100010 10100 1001110

Color Harmonies of #BDC2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2D3

Black with #BDC2D3

Text Example


Text Example

White with #BDC2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2D3; }

 p { color: rgb(189,194,211); }

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

background-color css

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

 a { background-color: rgb(189,194,211); }

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

border-color css

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

 span { border-color: rgb(189,194,211); }

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