Html Css Color HEX #B5BFEC Perano

📋 copy color: '#B5BFEC'

red 181 ◦ green 191 ◦ blue 236

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

Shades of Perano #B5BFEC

Tints of Perano #B5BFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 29.77%
G = 31.41%
B = 38.82%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5BFEC (or 0xB5BFEC) is known color: Perano. HEX triplet: B5, BF and EC. RGB value is (181,191,236). Sum of RGB (Red+Green+Blue) = 181+191+236=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFEC is #4A4013. Grayscale: #C0C0C0. Windows color (decimal): -4866068 or 15515573. OLE color: 15515573.

HSL color Cylindrical-coordinate representation of color #B5BFEC: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5BFEC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 191 236 -
CMYK 0.23 0.19 0 0.07
HSL 229.09º 0.59% 0.82% -
HSV(B) 229.09º 0.23% 0.93% -
XYZ 52.83 53.14 86.83 -
YUV 193.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 181 191 236 0.23 0.19 0 0.07 229.09 0.59 0.82
Hex B5 BF EC 17 13 0 7 E5 3B 52
Octal 265 277 354 27 23 0 7 345 73 122
Binary 10110101 10111111 11101100 10111 10011 0 111 11100101 111011 1010010

Color Harmonies of #B5BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFEC

Black with #B5BFEC

Text Example


Text Example

White with #B5BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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