Html Css Color HEX #B7B5EF Perano

📋 copy color: '#B7B5EF'

red 183 ◦ green 181 ◦ blue 239

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

Shades of Perano #B7B5EF

Tints of Perano #B7B5EF

RGB

 RED value IS 183 (71.88% from 255) = 30.35%

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

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 30.35%
G = 30.02%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B7B5EF (or 0xB7B5EF) is known color: Perano. HEX triplet: B7, B5 and EF. RGB value is (183,181,239). Sum of RGB (Red+Green+Blue) = 183+181+239=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5EF is #484A10. Grayscale: #BBBBBB. Windows color (decimal): -4737553 or 15709623. OLE color: 15709623.

HSL color Cylindrical-coordinate representation of color #B7B5EF: hue angle of 242.07º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7B5EF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 181 239 -
CMYK 0.23 0.24 0 0.06
HSL 242.07º 0.64% 0.82% -
HSV(B) 242.07º 0.24% 0.94% -
XYZ 51.63 49.35 88.46 -
YUV 188.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 183 181 239 0.23 0.24 0 0.06 242.07 0.64 0.82
Hex B7 B5 EF 17 18 0 6 F2 40 52
Octal 267 265 357 27 30 0 6 362 100 122
Binary 10110111 10110101 11101111 10111 11000 0 110 11110010 1000000 1010010

Color Harmonies of #B7B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B5EF

Black with #B7B5EF

Text Example


Text Example

White with #B7B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B5EF; }

 p { color: rgb(183,181,239); }

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

background-color css

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

 a { background-color: rgb(183,181,239); }

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

border-color css

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

 span { border-color: rgb(183,181,239); }

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