Html Css Color HEX #B5BFFD Perano

📋 copy color: '#B5BFFD'

red 181 ◦ green 191 ◦ blue 253

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

Shades of Perano #B5BFFD

Tints of Perano #B5BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.48%

R = 28.96%
G = 30.56%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5BFFD (or 0xB5BFFD) is known color: Perano. HEX triplet: B5, BF and FD. RGB value is (181,191,253). Sum of RGB (Red+Green+Blue) = 181+191+253=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFFD is #4A4002. Grayscale: #C2C2C2. Windows color (decimal): -4866051 or 16629685. OLE color: 16629685.

HSL color Cylindrical-coordinate representation of color #B5BFFD: hue angle of 231.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BFFD is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 191 253 -
CMYK 0.28 0.25 0 0.01
HSL 231.67º 0.95% 0.85% -
HSV(B) 231.67º 0.28% 0.99% -
XYZ 55.42 54.18 100.47 -
YUV 195.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 181 191 253 0.28 0.25 0 0.01 231.67 0.95 0.85
Hex B5 BF FD 1C 19 0 1 E8 5F 55
Octal 265 277 375 34 31 0 1 350 137 125
Binary 10110101 10111111 11111101 11100 11001 0 1 11101000 1011111 1010101

Color Harmonies of #B5BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFFD

Black with #B5BFFD

Text Example


Text Example

White with #B5BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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