Html Css Color HEX #BDC6D2 Spindle

📋 copy color: '#BDC6D2'

red 189 ◦ green 198 ◦ blue 210

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

Shades of Spindle #BDC6D2

Tints of Spindle #BDC6D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 31.66%
G = 33.17%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC6D2 (or 0xBDC6D2) is known color: Spindle. HEX triplet: BD, C6 and D2. RGB value is (189,198,210). Sum of RGB (Red+Green+Blue) = 189+198+210=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6D2 is #42392D. Grayscale: #C4C4C4. Windows color (decimal): -4340014 or 13813437. OLE color: 13813437.

HSL color Cylindrical-coordinate representation of color #BDC6D2: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC6D2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 198 210 -
CMYK 0.10 0.06 0 0.18
HSL 214.29º 0.19% 0.78% -
HSV(B) 214.29º 0.1% 0.82% -
XYZ 52.81 55.86 68.97 -
YUV 196.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 189 198 210 0.10 0.06 0 0.18 214.29 0.19 0.78
Hex BD C6 D2 A 6 0 12 D6 13 4E
Octal 275 306 322 12 6 0 22 326 23 116
Binary 10111101 11000110 11010010 1010 110 0 10010 11010110 10011 1001110

Color Harmonies of #BDC6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6D2

Black with #BDC6D2

Text Example


Text Example

White with #BDC6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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