Html Css Color HEX #BDC6D3 Spindle

📋 copy color: '#BDC6D3'

red 189 ◦ green 198 ◦ blue 211

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

Shades of Spindle #BDC6D3

Tints of Spindle #BDC6D3

RGB

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

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

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

R = 31.61%
G = 33.11%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDC6D3 (or 0xBDC6D3) is known color: Spindle. HEX triplet: BD, C6 and D3. RGB value is (189,198,211). Sum of RGB (Red+Green+Blue) = 189+198+211=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6D3 is #42392C. Grayscale: #C4C4C4. Windows color (decimal): -4340013 or 13878973. OLE color: 13878973.

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

Color convert

RGB 189 198 211 -
CMYK 0.10 0.06 0 0.17
HSL 215.45º 0.2% 0.78% -
HSV(B) 215.45º 0.1% 0.83% -
XYZ 52.94 55.91 69.63 -
YUV 196.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 189 198 211 0.10 0.06 0 0.17 215.45 0.2 0.78
Hex BD C6 D3 A 6 0 11 D7 14 4E
Octal 275 306 323 12 6 0 21 327 24 116
Binary 10111101 11000110 11010011 1010 110 0 10001 11010111 10100 1001110

Color Harmonies of #BDC6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6D3

Black with #BDC6D3

Text Example


Text Example

White with #BDC6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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