Html Css Color HEX #BDC5CE Spindle

📋 copy color: '#BDC5CE'

red 189 ◦ green 197 ◦ blue 206

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

Shades of Spindle #BDC5CE

Tints of Spindle #BDC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

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

R = 31.93%
G = 33.28%
B = 34.8%

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

#BDC5CE (or 0xBDC5CE) is known color: Spindle. HEX triplet: BD, C5 and CE. RGB value is (189,197,206). Sum of RGB (Red+Green+Blue) = 189+197+206=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CE is #423A31. Grayscale: #C3C3C3. Windows color (decimal): -4340274 or 13551037. OLE color: 13551037.

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

Color convert

RGB 189 197 206 -
CMYK 0.08 0.04 0 0.19
HSL 211.76º 0.15% 0.77% -
HSV(B) 211.76º 0.08% 0.81% -
XYZ 52.09 55.21 66.3 -
YUV 195.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 189 197 206 0.08 0.04 0 0.19 211.76 0.15 0.77
Hex BD C5 CE 8 4 0 13 D4 F 4D
Octal 275 305 316 10 4 0 23 324 17 115
Binary 10111101 11000101 11001110 1000 100 0 10011 11010100 1111 1001101

Color Harmonies of #BDC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5CE

Black with #BDC5CE

Text Example


Text Example

White with #BDC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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