Html Css Color HEX #B9BFD0 Spindle

📋 copy color: '#B9BFD0'

red 185 ◦ green 191 ◦ blue 208

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

Shades of Spindle #B9BFD0

Tints of Spindle #B9BFD0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 31.68%
G = 32.71%
B = 35.62%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9BFD0 (or 0xB9BFD0) is known color: Spindle. HEX triplet: B9, BF and D0. RGB value is (185,191,208). Sum of RGB (Red+Green+Blue) = 185+191+208=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFD0 is #46402F. Grayscale: #BFBFBF. Windows color (decimal): -4603952 or 13680569. OLE color: 13680569.

HSL color Cylindrical-coordinate representation of color #B9BFD0: hue angle of 224.35º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BFD0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 191 208 -
CMYK 0.11 0.08 0 0.18
HSL 224.35º 0.2% 0.77% -
HSV(B) 224.35º 0.11% 0.82% -
XYZ 50.02 52.13 67.1 -
YUV 191.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 185 191 208 0.11 0.08 0 0.18 224.35 0.2 0.77
Hex B9 BF D0 B 8 0 12 E0 14 4D
Octal 271 277 320 13 10 0 22 340 24 115
Binary 10111001 10111111 11010000 1011 1000 0 10010 11100000 10100 1001101

Color Harmonies of #B9BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFD0

Black with #B9BFD0

Text Example


Text Example

White with #B9BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFD0; }

 p { color: rgb(185,191,208); }

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

background-color css

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

 a { background-color: rgb(185,191,208); }

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

border-color css

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

 span { border-color: rgb(185,191,208); }

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