Html Css Color HEX #B5BECE Spindle

📋 copy color: '#B5BECE'

red 181 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B5BECE

Tints of Spindle #B5BECE

RGB

 RED value IS 181 (71.09% from 255) = 31.37%

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

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

R = 31.37%
G = 32.93%
B = 35.7%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5BECE (or 0xB5BECE) is known color: Spindle. HEX triplet: B5, BE and CE. RGB value is (181,190,206). Sum of RGB (Red+Green+Blue) = 181+190+206=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECE is #4A4131. Grayscale: #BDBDBD. Windows color (decimal): -4866354 or 13549237. OLE color: 13549237.

HSL color Cylindrical-coordinate representation of color #B5BECE: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BECE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 190 206 -
CMYK 0.12 0.08 0 0.19
HSL 218.4º 0.2% 0.76% -
HSV(B) 218.4º 0.12% 0.81% -
XYZ 48.61 51.11 65.7 -
YUV 189.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 181 190 206 0.12 0.08 0 0.19 218.4 0.2 0.76
Hex B5 BE CE C 8 0 13 DA 14 4C
Octal 265 276 316 14 10 0 23 332 24 114
Binary 10110101 10111110 11001110 1100 1000 0 10011 11011010 10100 1001100

Color Harmonies of #B5BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BECE

Black with #B5BECE

Text Example


Text Example

White with #B5BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BECE; }

 p { color: rgb(181,190,206); }

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

background-color css

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

 a { background-color: rgb(181,190,206); }

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

border-color css

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

 span { border-color: rgb(181,190,206); }

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