Html Css Color HEX #BDC3CE Spindle

📋 copy color: '#BDC3CE'

red 189 ◦ green 195 ◦ blue 206

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

Shades of Spindle #BDC3CE

Tints of Spindle #BDC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 32.03%
G = 33.05%
B = 34.92%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC3CE (or 0xBDC3CE) is known color: Spindle. HEX triplet: BD, C3 and CE. RGB value is (189,195,206). Sum of RGB (Red+Green+Blue) = 189+195+206=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CE is #423C31. Grayscale: #C2C2C2. Windows color (decimal): -4340786 or 13550525. OLE color: 13550525.

HSL color Cylindrical-coordinate representation of color #BDC3CE: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC3CE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 195 206 -
CMYK 0.08 0.05 0 0.19
HSL 218.82º 0.15% 0.77% -
HSV(B) 218.82º 0.08% 0.81% -
XYZ 51.64 54.31 66.15 -
YUV 194.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 189 195 206 0.08 0.05 0 0.19 218.82 0.15 0.77
Hex BD C3 CE 8 5 0 13 DB F 4D
Octal 275 303 316 10 5 0 23 333 17 115
Binary 10111101 11000011 11001110 1000 101 0 10011 11011011 1111 1001101

Color Harmonies of #BDC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3CE

Black with #BDC3CE

Text Example


Text Example

White with #BDC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3CE; }

 p { color: rgb(189,195,206); }

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

background-color css

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

 a { background-color: rgb(189,195,206); }

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

border-color css

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

 span { border-color: rgb(189,195,206); }

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