Html Css Color HEX #B3BEC9 Spindle

📋 copy color: '#B3BEC9'

red 179 ◦ green 190 ◦ blue 201

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

Shades of Spindle #B3BEC9

Tints of Spindle #B3BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 31.4%
G = 33.33%
B = 35.26%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B3BEC9 (or 0xB3BEC9) is known color: Spindle. HEX triplet: B3, BE and C9. RGB value is (179,190,201). Sum of RGB (Red+Green+Blue) = 179+190+201=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC9 is #4C4136. Grayscale: #BBBBBB. Windows color (decimal): -4997431 or 13221555. OLE color: 13221555.

HSL color Cylindrical-coordinate representation of color #B3BEC9: hue angle of 210º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BEC9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 190 201 -
CMYK 0.11 0.05 0 0.21
HSL 210º 0.17% 0.75% -
HSV(B) 210º 0.11% 0.79% -
XYZ 47.55 50.63 62.52 -
YUV 187.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 179 190 201 0.11 0.05 0 0.21 210 0.17 0.75
Hex B3 BE C9 B 5 0 15 D2 11 4B
Octal 263 276 311 13 5 0 25 322 21 113
Binary 10110011 10111110 11001001 1011 101 0 10101 11010010 10001 1001011

Color Harmonies of #B3BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BEC9

Black with #B3BEC9

Text Example


Text Example

White with #B3BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BEC9; }

 p { color: rgb(179,190,201); }

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

background-color css

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

 a { background-color: rgb(179,190,201); }

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

border-color css

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

 span { border-color: rgb(179,190,201); }

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