Html Css Color HEX #BDC6D0 Spindle

📋 copy color: '#BDC6D0'

red 189 ◦ green 198 ◦ blue 208

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

Shades of Spindle #BDC6D0

Tints of Spindle #BDC6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

 BLUE value IS 208 (81.64% from 255) = 34.96%

R = 31.76%
G = 33.28%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC6D0 (or 0xBDC6D0) is known color: Spindle. HEX triplet: BD, C6 and D0. RGB value is (189,198,208). Sum of RGB (Red+Green+Blue) = 189+198+208=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6D0 is #42392F. Grayscale: #C4C4C4. Windows color (decimal): -4340016 or 13682365. OLE color: 13682365.

HSL color Cylindrical-coordinate representation of color #BDC6D0: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC6D0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 198 208 -
CMYK 0.09 0.05 0 0.18
HSL 211.58º 0.17% 0.78% -
HSV(B) 211.58º 0.09% 0.82% -
XYZ 52.57 55.76 67.67 -
YUV 196.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 189 198 208 0.09 0.05 0 0.18 211.58 0.17 0.78
Hex BD C6 D0 9 5 0 12 D4 11 4E
Octal 275 306 320 11 5 0 22 324 21 116
Binary 10111101 11000110 11010000 1001 101 0 10010 11010100 10001 1001110

Color Harmonies of #BDC6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6D0

Black with #BDC6D0

Text Example


Text Example

White with #BDC6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6D0; }

 p { color: rgb(189,198,208); }

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

background-color css

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

 a { background-color: rgb(189,198,208); }

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

border-color css

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

 span { border-color: rgb(189,198,208); }

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