Html Css Color HEX #BDC2CE Link Water

📋 copy color: '#BDC2CE'

red 189 ◦ green 194 ◦ blue 206

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

Shades of Link Water #BDC2CE

Tints of Link Water #BDC2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 32.09%
G = 32.94%
B = 34.97%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC2CE (or 0xBDC2CE) is known color: Link Water. HEX triplet: BD, C2 and CE. RGB value is (189,194,206). Sum of RGB (Red+Green+Blue) = 189+194+206=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CE is #423D31. Grayscale: #C1C1C1. Windows color (decimal): -4341042 or 13550269. OLE color: 13550269.

HSL color Cylindrical-coordinate representation of color #BDC2CE: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2CE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 194 206 -
CMYK 0.08 0.06 0 0.19
HSL 222.35º 0.15% 0.77% -
HSV(B) 222.35º 0.08% 0.81% -
XYZ 51.42 53.86 66.08 -
YUV 193.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 189 194 206 0.08 0.06 0 0.19 222.35 0.15 0.77
Hex BD C2 CE 8 6 0 13 DE F 4D
Octal 275 302 316 10 6 0 23 336 17 115
Binary 10111101 11000010 11001110 1000 110 0 10011 11011110 1111 1001101

Color Harmonies of #BDC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2CE

Black with #BDC2CE

Text Example


Text Example

White with #BDC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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