Html Css Color HEX #BDC6CE Spindle

📋 copy color: '#BDC6CE'

red 189 ◦ green 198 ◦ blue 206

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

Shades of Spindle #BDC6CE

Tints of Spindle #BDC6CE

RGB

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

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

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

R = 31.87%
G = 33.39%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC6CE (or 0xBDC6CE) is known color: Spindle. HEX triplet: BD, C6 and CE. RGB value is (189,198,206). Sum of RGB (Red+Green+Blue) = 189+198+206=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CE is #423931. Grayscale: #C4C4C4. Windows color (decimal): -4340018 or 13551293. OLE color: 13551293.

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

Color convert

RGB 189 198 206 -
CMYK 0.08 0.04 0 0.19
HSL 208.24º 0.15% 0.77% -
HSV(B) 208.24º 0.08% 0.81% -
XYZ 52.32 55.66 66.38 -
YUV 196.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 189 198 206 0.08 0.04 0 0.19 208.24 0.15 0.77
Hex BD C6 CE 8 4 0 13 D0 F 4D
Octal 275 306 316 10 4 0 23 320 17 115
Binary 10111101 11000110 11001110 1000 100 0 10011 11010000 1111 1001101

Color Harmonies of #BDC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6CE

Black with #BDC6CE

Text Example


Text Example

White with #BDC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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