Html Css Color HEX #BDC7CF Spindle

📋 copy color: '#BDC7CF'

red 189 ◦ green 199 ◦ blue 207

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

Shades of Spindle #BDC7CF

Tints of Spindle #BDC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 31.76%
G = 33.45%
B = 34.79%

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

#BDC7CF (or 0xBDC7CF) is known color: Spindle. HEX triplet: BD, C7 and CF. RGB value is (189,199,207). Sum of RGB (Red+Green+Blue) = 189+199+207=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CF is #423830. Grayscale: #C4C4C4. Windows color (decimal): -4339761 or 13617085. OLE color: 13617085.

HSL color Cylindrical-coordinate representation of color #BDC7CF: hue angle of 206.67º 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 #BDC7CF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 199 207 -
CMYK 0.09 0.04 0 0.19
HSL 206.67º 0.16% 0.78% -
HSV(B) 206.67º 0.09% 0.81% -
XYZ 52.67 56.17 67.1 -
YUV 196.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 189 199 207 0.09 0.04 0 0.19 206.67 0.16 0.78
Hex BD C7 CF 9 4 0 13 CF 10 4E
Octal 275 307 317 11 4 0 23 317 20 116
Binary 10111101 11000111 11001111 1001 100 0 10011 11001111 10000 1001110

Color Harmonies of #BDC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7CF

Black with #BDC7CF

Text Example


Text Example

White with #BDC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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