Html Css Color HEX #B5BFE8 Perano

📋 copy color: '#B5BFE8'

red 181 ◦ green 191 ◦ blue 232

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

Shades of Perano #B5BFE8

Tints of Perano #B5BFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 29.97%
G = 31.62%
B = 38.41%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5BFE8 (or 0xB5BFE8) is known color: Perano. HEX triplet: B5, BF and E8. RGB value is (181,191,232). Sum of RGB (Red+Green+Blue) = 181+191+232=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFE8 is #4A4017. Grayscale: #C0C0C0. Windows color (decimal): -4866072 or 15253429. OLE color: 15253429.

HSL color Cylindrical-coordinate representation of color #B5BFE8: hue angle of 228.24º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5BFE8 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 191 232 -
CMYK 0.22 0.18 0 0.09
HSL 228.24º 0.53% 0.81% -
HSV(B) 228.24º 0.22% 0.91% -
XYZ 52.25 52.91 83.8 -
YUV 192.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 181 191 232 0.22 0.18 0 0.09 228.24 0.53 0.81
Hex B5 BF E8 16 12 0 9 E4 35 51
Octal 265 277 350 26 22 0 11 344 65 121
Binary 10110101 10111111 11101000 10110 10010 0 1001 11100100 110101 1010001

Color Harmonies of #B5BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFE8

Black with #B5BFE8

Text Example


Text Example

White with #B5BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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