Html Css Color HEX #B4BECE Spindle

📋 copy color: '#B4BECE'

red 180 ◦ green 190 ◦ blue 206

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

Shades of Spindle #B4BECE

Tints of Spindle #B4BECE

RGB

 RED value IS 180 (70.7% from 255) = 31.25%

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

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

R = 31.25%
G = 32.99%
B = 35.76%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BECE (or 0xB4BECE) is known color: Spindle. HEX triplet: B4, BE and CE. RGB value is (180,190,206). Sum of RGB (Red+Green+Blue) = 180+190+206=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECE is #4B4131. Grayscale: #BCBCBC. Windows color (decimal): -4931890 or 13549236. OLE color: 13549236.

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

Color convert

RGB 180 190 206 -
CMYK 0.13 0.08 0 0.19
HSL 216.92º 0.21% 0.76% -
HSV(B) 216.92º 0.13% 0.81% -
XYZ 48.38 50.99 65.68 -
YUV 188.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 180 190 206 0.13 0.08 0 0.19 216.92 0.21 0.76
Hex B4 BE CE D 8 0 13 D9 15 4C
Octal 264 276 316 15 10 0 23 331 25 114
Binary 10110100 10111110 11001110 1101 1000 0 10011 11011001 10101 1001100

Color Harmonies of #B4BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BECE

Black with #B4BECE

Text Example


Text Example

White with #B4BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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