Html Css Color HEX #BDC9D6 Spindle

📋 copy color: '#BDC9D6'

red 189 ◦ green 201 ◦ blue 214

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

Shades of Spindle #BDC9D6

Tints of Spindle #BDC9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 31.29%
G = 33.28%
B = 35.43%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC9D6 (or 0xBDC9D6) is known color: Spindle. HEX triplet: BD, C9 and D6. RGB value is (189,201,214). Sum of RGB (Red+Green+Blue) = 189+201+214=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D6 is #423629. Grayscale: #C6C6C6. Windows color (decimal): -4339242 or 14076349. OLE color: 14076349.

HSL color Cylindrical-coordinate representation of color #BDC9D6: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC9D6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 201 214 -
CMYK 0.12 0.06 0 0.16
HSL 211.2º 0.23% 0.79% -
HSV(B) 211.2º 0.12% 0.84% -
XYZ 54.01 57.45 71.86 -
YUV 198.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 189 201 214 0.12 0.06 0 0.16 211.2 0.23 0.79
Hex BD C9 D6 C 6 0 10 D3 17 4F
Octal 275 311 326 14 6 0 20 323 27 117
Binary 10111101 11001001 11010110 1100 110 0 10000 11010011 10111 1001111

Color Harmonies of #BDC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9D6

Black with #BDC9D6

Text Example


Text Example

White with #BDC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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