Html Css Color HEX #BDC0CC Link Water

📋 copy color: '#BDC0CC'

red 189 ◦ green 192 ◦ blue 204

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

Shades of Link Water #BDC0CC

Tints of Link Water #BDC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 32.31%
G = 32.82%
B = 34.87%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDC0CC (or 0xBDC0CC) is known color: Link Water. HEX triplet: BD, C0 and CC. RGB value is (189,192,204). Sum of RGB (Red+Green+Blue) = 189+192+204=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CC is #423F33. Grayscale: #C0C0C0. Windows color (decimal): -4341556 or 13418685. OLE color: 13418685.

HSL color Cylindrical-coordinate representation of color #BDC0CC: hue angle of 228º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC0CC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 192 204 -
CMYK 0.07 0.06 0 0.2
HSL 228º 0.13% 0.77% -
HSV(B) 228º 0.07% 0.8% -
XYZ 50.73 52.88 64.66 -
YUV 192.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 189 192 204 0.07 0.06 0 0.2 228 0.13 0.77
Hex BD C0 CC 7 6 0 14 E4 D 4D
Octal 275 300 314 7 6 0 24 344 15 115
Binary 10111101 11000000 11001100 111 110 0 10100 11100100 1101 1001101

Color Harmonies of #BDC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0CC

Black with #BDC0CC

Text Example


Text Example

White with #BDC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0CC; }

 p { color: rgb(189,192,204); }

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

background-color css

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

 a { background-color: rgb(189,192,204); }

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

border-color css

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

 span { border-color: rgb(189,192,204); }

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