Html Css Color HEX #B9BDC8 Spindle

📋 copy color: '#B9BDC8'

red 185 ◦ green 189 ◦ blue 200

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

Shades of Spindle #B9BDC8

Tints of Spindle #B9BDC8

RGB

 RED value IS 185 (72.66% from 255) = 32.23%

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

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

R = 32.23%
G = 32.93%
B = 34.84%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9BDC8 (or 0xB9BDC8) is known color: Spindle. HEX triplet: B9, BD and C8. RGB value is (185,189,200). Sum of RGB (Red+Green+Blue) = 185+189+200=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #B9BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC8 is #464237. Grayscale: #BDBDBD. Windows color (decimal): -4604472 or 13155769. OLE color: 13155769.

HSL color Cylindrical-coordinate representation of color #B9BDC8: hue angle of 224º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BDC8 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 189 200 -
CMYK 0.08 0.06 0 0.22
HSL 224º 0.12% 0.75% -
HSV(B) 224º 0.07% 0.78% -
XYZ 48.63 50.88 61.9 -
YUV 189.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 185 189 200 0.08 0.06 0 0.22 224 0.12 0.75
Hex B9 BD C8 8 6 0 16 E0 C 4B
Octal 271 275 310 10 6 0 26 340 14 113
Binary 10111001 10111101 11001000 1000 110 0 10110 11100000 1100 1001011

Color Harmonies of #B9BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDC8

Black with #B9BDC8

Text Example


Text Example

White with #B9BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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