Html Css Color HEX #B5BEFE Perano

📋 copy color: '#B5BEFE'

red 181 ◦ green 190 ◦ blue 254

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

Shades of Perano #B5BEFE

Tints of Perano #B5BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.4%

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 28.96%
G = 30.4%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5BEFE (or 0xB5BEFE) is known color: Perano. HEX triplet: B5, BE and FE. RGB value is (181,190,254). Sum of RGB (Red+Green+Blue) = 181+190+254=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEFE is #4A4101. Grayscale: #C2C2C2. Windows color (decimal): -4866306 or 16694965. OLE color: 16694965.

HSL color Cylindrical-coordinate representation of color #B5BEFE: hue angle of 232.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BEFE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 190 254 -
CMYK 0.29 0.25 0 0.00
HSL 232.6º 0.97% 0.85% -
HSV(B) 232.6º 0.29% 1% -
XYZ 55.36 53.81 101.23 -
YUV 194.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 181 190 254 0.29 0.25 0 0.00 232.6 0.97 0.85
Hex B5 BE FE 1D 19 0 0 E9 61 55
Octal 265 276 376 35 31 0 0 351 141 125
Binary 10110101 10111110 11111110 11101 11001 0 0 11101001 1100001 1010101

Color Harmonies of #B5BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEFE

Black with #B5BEFE

Text Example


Text Example

White with #B5BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEFE; }

 p { color: rgb(181,190,254); }

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

background-color css

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

 a { background-color: rgb(181,190,254); }

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

border-color css

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

 span { border-color: rgb(181,190,254); }

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