Html Css Color HEX #B5BDFF Perano

📋 copy color: '#B5BDFF'

red 181 ◦ green 189 ◦ blue 255

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

Shades of Perano #B5BDFF

Tints of Perano #B5BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.24%

 BLUE value IS 255 (100% from 255) = 40.8%

R = 28.96%
G = 30.24%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5BDFF (or 0xB5BDFF) is known color: Perano. HEX triplet: B5, BD and FF. RGB value is (181,189,255). Sum of RGB (Red+Green+Blue) = 181+189+255=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BDFF is #4A4200. Grayscale: #C1C1C1. Windows color (decimal): -4866561 or 16760245. OLE color: 16760245.

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

Color convert

RGB 181 189 255 -
CMYK 0.29 0.26 0 0
HSL 233.51º 1% 0.85% -
HSV(B) 233.51º 0.29% 1% -
XYZ 55.3 53.44 102.01 -
YUV 194.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 181 189 255 0.29 0.26 0 0 233.51 1 0.85
Hex B5 BD FF 1D 1A 0 0 EA 64 55
Octal 265 275 377 35 32 0 0 352 144 125
Binary 10110101 10111101 11111111 11101 11010 0 0 11101010 1100100 1010101

Color Harmonies of #B5BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDFF

Black with #B5BDFF

Text Example


Text Example

White with #B5BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDFF; }

 p { color: rgb(181,189,255); }

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

background-color css

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

 a { background-color: rgb(181,189,255); }

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

border-color css

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

 span { border-color: rgb(181,189,255); }

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