Html Css Color HEX #B3BECA Spindle

📋 copy color: '#B3BECA'

red 179 ◦ green 190 ◦ blue 202

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

Shades of Spindle #B3BECA

Tints of Spindle #B3BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 31.35%
G = 33.27%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B3BECA (or 0xB3BECA) is known color: Spindle. HEX triplet: B3, BE and CA. RGB value is (179,190,202). Sum of RGB (Red+Green+Blue) = 179+190+202=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BECA is #4C4135. Grayscale: #BCBCBC. Windows color (decimal): -4997430 or 13287091. OLE color: 13287091.

HSL color Cylindrical-coordinate representation of color #B3BECA: hue angle of 211.3º degrees, saturation: 0.18, 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 #B3BECA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 190 202 -
CMYK 0.11 0.06 0 0.21
HSL 211.3º 0.18% 0.75% -
HSV(B) 211.3º 0.11% 0.79% -
XYZ 47.66 50.67 63.15 -
YUV 188.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 179 190 202 0.11 0.06 0 0.21 211.3 0.18 0.75
Hex B3 BE CA B 6 0 15 D3 12 4B
Octal 263 276 312 13 6 0 25 323 22 113
Binary 10110011 10111110 11001010 1011 110 0 10101 11010011 10010 1001011

Color Harmonies of #B3BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BECA

Black with #B3BECA

Text Example


Text Example

White with #B3BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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