Html Css Color HEX #BDC6CF Spindle

📋 copy color: '#BDC6CF'

red 189 ◦ green 198 ◦ blue 207

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

Shades of Spindle #BDC6CF

Tints of Spindle #BDC6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 31.82%
G = 33.33%
B = 34.85%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC6CF (or 0xBDC6CF) is known color: Spindle. HEX triplet: BD, C6 and CF. RGB value is (189,198,207). Sum of RGB (Red+Green+Blue) = 189+198+207=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CF is #423930. Grayscale: #C4C4C4. Windows color (decimal): -4340017 or 13616829. OLE color: 13616829.

HSL color Cylindrical-coordinate representation of color #BDC6CF: hue angle of 210º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC6CF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 198 207 -
CMYK 0.09 0.04 0 0.19
HSL 210º 0.16% 0.78% -
HSV(B) 210º 0.09% 0.81% -
XYZ 52.44 55.71 67.02 -
YUV 196.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 189 198 207 0.09 0.04 0 0.19 210 0.16 0.78
Hex BD C6 CF 9 4 0 13 D2 10 4E
Octal 275 306 317 11 4 0 23 322 20 116
Binary 10111101 11000110 11001111 1001 100 0 10011 11010010 10000 1001110

Color Harmonies of #BDC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6CF

Black with #BDC6CF

Text Example


Text Example

White with #BDC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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