Html Css Color HEX #B5BFEA Perano

📋 copy color: '#B5BFEA'

red 181 ◦ green 191 ◦ blue 234

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

Shades of Perano #B5BFEA

Tints of Perano #B5BFEA

RGB

 RED value IS 181 (71.09% from 255) = 29.87%

 GREEN value IS 191 (75% from 255) = 31.52%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 29.87%
G = 31.52%
B = 38.61%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5BFEA (or 0xB5BFEA) is known color: Perano. HEX triplet: B5, BF and EA. RGB value is (181,191,234). Sum of RGB (Red+Green+Blue) = 181+191+234=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFEA is #4A4015. Grayscale: #C0C0C0. Windows color (decimal): -4866070 or 15384501. OLE color: 15384501.

HSL color Cylindrical-coordinate representation of color #B5BFEA: hue angle of 228.68º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BFEA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 191 234 -
CMYK 0.23 0.18 0 0.08
HSL 228.68º 0.56% 0.81% -
HSV(B) 228.68º 0.23% 0.92% -
XYZ 52.54 53.03 85.31 -
YUV 192.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 181 191 234 0.23 0.18 0 0.08 228.68 0.56 0.81
Hex B5 BF EA 17 12 0 8 E5 38 51
Octal 265 277 352 27 22 0 10 345 70 121
Binary 10110101 10111111 11101010 10111 10010 0 1000 11100101 111000 1010001

Color Harmonies of #B5BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFEA

Black with #B5BFEA

Text Example


Text Example

White with #B5BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFEA; }

 p { color: rgb(181,191,234); }

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

background-color css

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

 a { background-color: rgb(181,191,234); }

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

border-color css

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

 span { border-color: rgb(181,191,234); }

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