Html Css Color HEX #B3B9E8 Perano

📋 copy color: '#B3B9E8'

red 179 ◦ green 185 ◦ blue 232

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

Shades of Perano #B3B9E8

Tints of Perano #B3B9E8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 30.03%
G = 31.04%
B = 38.93%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B3B9E8 (or 0xB3B9E8) is known color: Perano. HEX triplet: B3, B9 and E8. RGB value is (179,185,232). Sum of RGB (Red+Green+Blue) = 179+185+232=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3B9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B9E8 is #4C4617. Grayscale: #BCBCBC. Windows color (decimal): -4998680 or 15251891. OLE color: 15251891.

HSL color Cylindrical-coordinate representation of color #B3B9E8: hue angle of 233.21º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3B9E8 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 185 232 -
CMYK 0.23 0.20 0 0.09
HSL 233.21º 0.54% 0.81% -
HSV(B) 233.21º 0.23% 0.91% -
XYZ 50.5 50.11 83.35 -
YUV 188.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 179 185 232 0.23 0.20 0 0.09 233.21 0.54 0.81
Hex B3 B9 E8 17 14 0 9 E9 36 51
Octal 263 271 350 27 24 0 11 351 66 121
Binary 10110011 10111001 11101000 10111 10100 0 1001 11101001 110110 1010001

Color Harmonies of #B3B9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B9E8

Black with #B3B9E8

Text Example


Text Example

White with #B3B9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B9E8; }

 p { color: rgb(179,185,232); }

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

background-color css

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

 a { background-color: rgb(179,185,232); }

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

border-color css

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

 span { border-color: rgb(179,185,232); }

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