Html Css Color HEX #B3B5EC Perano

📋 copy color: '#B3B5EC'

red 179 ◦ green 181 ◦ blue 236

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

Shades of Perano #B3B5EC

Tints of Perano #B3B5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.37%

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 30.03%
G = 30.37%
B = 39.6%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3B5EC (or 0xB3B5EC) is known color: Perano. HEX triplet: B3, B5 and EC. RGB value is (179,181,236). Sum of RGB (Red+Green+Blue) = 179+181+236=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5EC is #4C4A13. Grayscale: #BABABA. Windows color (decimal): -4999700 or 15513011. OLE color: 15513011.

HSL color Cylindrical-coordinate representation of color #B3B5EC: hue angle of 237.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3B5EC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 181 236 -
CMYK 0.24 0.23 0 0.07
HSL 237.89º 0.6% 0.81% -
HSV(B) 237.89º 0.24% 0.93% -
XYZ 50.25 48.69 86.11 -
YUV 186.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 179 181 236 0.24 0.23 0 0.07 237.89 0.6 0.81
Hex B3 B5 EC 18 17 0 7 EE 3C 51
Octal 263 265 354 30 27 0 7 356 74 121
Binary 10110011 10110101 11101100 11000 10111 0 111 11101110 111100 1010001

Color Harmonies of #B3B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B5EC

Black with #B3B5EC

Text Example


Text Example

White with #B3B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B5EC; }

 p { color: rgb(179,181,236); }

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

background-color css

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

 a { background-color: rgb(179,181,236); }

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

border-color css

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

 span { border-color: rgb(179,181,236); }

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