Html Css Color HEX #B3BDC8 Spindle

📋 copy color: '#B3BDC8'

red 179 ◦ green 189 ◦ blue 200

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

Shades of Spindle #B3BDC8

Tints of Spindle #B3BDC8

RGB

 RED value IS 179 (70.31% from 255) = 31.51%

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 31.51%
G = 33.27%
B = 35.21%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B3BDC8 (or 0xB3BDC8) is known color: Spindle. HEX triplet: B3, BD and C8. RGB value is (179,189,200). Sum of RGB (Red+Green+Blue) = 179+189+200=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 200 - color contains mainly: blue. Hex color #B3BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC8 is #4C4237. Grayscale: #BBBBBB. Windows color (decimal): -4997688 or 13155763. OLE color: 13155763.

HSL color Cylindrical-coordinate representation of color #B3BDC8: hue angle of 211.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BDC8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 189 200 -
CMYK 0.10 0.06 0 0.22
HSL 211.43º 0.16% 0.74% -
HSV(B) 211.43º 0.11% 0.78% -
XYZ 47.21 50.15 61.83 -
YUV 187.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 179 189 200 0.10 0.06 0 0.22 211.43 0.16 0.74
Hex B3 BD C8 A 6 0 16 D3 10 4A
Octal 263 275 310 12 6 0 26 323 20 112
Binary 10110011 10111101 11001000 1010 110 0 10110 11010011 10000 1001010

Color Harmonies of #B3BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BDC8

Black with #B3BDC8

Text Example


Text Example

White with #B3BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BDC8; }

 p { color: rgb(179,189,200); }

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

background-color css

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

 a { background-color: rgb(179,189,200); }

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

border-color css

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

 span { border-color: rgb(179,189,200); }

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