Html Css Color HEX #B7B5F8 Perano

📋 copy color: '#B7B5F8'

red 183 ◦ green 181 ◦ blue 248

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

Shades of Perano #B7B5F8

Tints of Perano #B7B5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 29.9%
G = 29.58%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B7B5F8 (or 0xB7B5F8) is known color: Perano. HEX triplet: B7, B5 and F8. RGB value is (183,181,248). Sum of RGB (Red+Green+Blue) = 183+181+248=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7B5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5F8 is #484A07. Grayscale: #BCBCBC. Windows color (decimal): -4737544 or 16299447. OLE color: 16299447.

HSL color Cylindrical-coordinate representation of color #B7B5F8: hue angle of 241.79º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B5F8 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 181 248 -
CMYK 0.26 0.27 0 0.03
HSL 241.79º 0.83% 0.84% -
HSV(B) 241.79º 0.27% 0.97% -
XYZ 53 49.89 95.64 -
YUV 189.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 183 181 248 0.26 0.27 0 0.03 241.79 0.83 0.84
Hex B7 B5 F8 1A 1B 0 3 F2 53 54
Octal 267 265 370 32 33 0 3 362 123 124
Binary 10110111 10110101 11111000 11010 11011 0 11 11110010 1010011 1010100

Color Harmonies of #B7B5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B5F8

Black with #B7B5F8

Text Example


Text Example

White with #B7B5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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