Html Css Color HEX #BDC9D3 Spindle

📋 copy color: '#BDC9D3'

red 189 ◦ green 201 ◦ blue 211

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

Shades of Spindle #BDC9D3

Tints of Spindle #BDC9D3

RGB

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

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

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

R = 31.45%
G = 33.44%
B = 35.11%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDC9D3 (or 0xBDC9D3) is known color: Spindle. HEX triplet: BD, C9 and D3. RGB value is (189,201,211). Sum of RGB (Red+Green+Blue) = 189+201+211=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D3 is #42362C. Grayscale: #C6C6C6. Windows color (decimal): -4339245 or 13879741. OLE color: 13879741.

HSL color Cylindrical-coordinate representation of color #BDC9D3: hue angle of 207.27º 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 #BDC9D3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 201 211 -
CMYK 0.10 0.05 0 0.17
HSL 207.27º 0.2% 0.78% -
HSV(B) 207.27º 0.1% 0.83% -
XYZ 53.63 57.3 69.86 -
YUV 198.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 189 201 211 0.10 0.05 0 0.17 207.27 0.2 0.78
Hex BD C9 D3 A 5 0 11 CF 14 4E
Octal 275 311 323 12 5 0 21 317 24 116
Binary 10111101 11001001 11010011 1010 101 0 10001 11001111 10100 1001110

Color Harmonies of #BDC9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9D3

Black with #BDC9D3

Text Example


Text Example

White with #BDC9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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