Html Css Color HEX #BDC9D0 Spindle

📋 copy color: '#BDC9D0'

red 189 ◦ green 201 ◦ blue 208

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

Shades of Spindle #BDC9D0

Tints of Spindle #BDC9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.61%

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

R = 31.61%
G = 33.61%
B = 34.78%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC9D0 (or 0xBDC9D0) is known color: Spindle. HEX triplet: BD, C9 and D0. RGB value is (189,201,208). Sum of RGB (Red+Green+Blue) = 189+201+208=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D0 is #42362F. Grayscale: #C6C6C6. Windows color (decimal): -4339248 or 13683133. OLE color: 13683133.

HSL color Cylindrical-coordinate representation of color #BDC9D0: hue angle of 202.11º 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 #BDC9D0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 201 208 -
CMYK 0.09 0.03 0 0.18
HSL 202.11º 0.17% 0.78% -
HSV(B) 202.11º 0.09% 0.82% -
XYZ 53.26 57.15 67.9 -
YUV 198.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 189 201 208 0.09 0.03 0 0.18 202.11 0.17 0.78
Hex BD C9 D0 9 3 0 12 CA 11 4E
Octal 275 311 320 11 3 0 22 312 21 116
Binary 10111101 11001001 11010000 1001 11 0 10010 11001010 10001 1001110

Color Harmonies of #BDC9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9D0

Black with #BDC9D0

Text Example


Text Example

White with #BDC9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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