Html Css Color HEX #BDC4CF Spindle

📋 copy color: '#BDC4CF'

red 189 ◦ green 196 ◦ blue 207

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

Shades of Spindle #BDC4CF

Tints of Spindle #BDC4CF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.11%

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

R = 31.93%
G = 33.11%
B = 34.97%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC4CF (or 0xBDC4CF) is known color: Spindle. HEX triplet: BD, C4 and CF. RGB value is (189,196,207). Sum of RGB (Red+Green+Blue) = 189+196+207=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CF is #423B30. Grayscale: #C3C3C3. Windows color (decimal): -4340529 or 13616317. OLE color: 13616317.

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

Color convert

RGB 189 196 207 -
CMYK 0.09 0.05 0 0.19
HSL 216.67º 0.16% 0.78% -
HSV(B) 216.67º 0.09% 0.81% -
XYZ 51.99 54.8 66.87 -
YUV 195.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 189 196 207 0.09 0.05 0 0.19 216.67 0.16 0.78
Hex BD C4 CF 9 5 0 13 D9 10 4E
Octal 275 304 317 11 5 0 23 331 20 116
Binary 10111101 11000100 11001111 1001 101 0 10011 11011001 10000 1001110

Color Harmonies of #BDC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4CF

Black with #BDC4CF

Text Example


Text Example

White with #BDC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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