Html Css Color HEX #B3B6EE Perano

📋 copy color: '#B3B6EE'

red 179 ◦ green 182 ◦ blue 238

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

Shades of Perano #B3B6EE

Tints of Perano #B3B6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.38%

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 29.88%
G = 30.38%
B = 39.73%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3B6EE (or 0xB3B6EE) is known color: Perano. HEX triplet: B3, B6 and EE. RGB value is (179,182,238). Sum of RGB (Red+Green+Blue) = 179+182+238=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B6EE is #4C4911. Grayscale: #BBBBBB. Windows color (decimal): -4999442 or 15644339. OLE color: 15644339.

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

Color convert

RGB 179 182 238 -
CMYK 0.25 0.24 0 0.07
HSL 236.95º 0.63% 0.82% -
HSV(B) 236.95º 0.25% 0.93% -
XYZ 50.75 49.21 87.71 -
YUV 187.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 179 182 238 0.25 0.24 0 0.07 236.95 0.63 0.82
Hex B3 B6 EE 19 18 0 7 ED 3F 52
Octal 263 266 356 31 30 0 7 355 77 122
Binary 10110011 10110110 11101110 11001 11000 0 111 11101101 111111 1010010

Color Harmonies of #B3B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B6EE

Black with #B3B6EE

Text Example


Text Example

White with #B3B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B6EE; }

 p { color: rgb(179,182,238); }

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

background-color css

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

 a { background-color: rgb(179,182,238); }

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

border-color css

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

 span { border-color: rgb(179,182,238); }

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