Html Css Color HEX #B5B8FF Perano

📋 copy color: '#B5B8FF'

red 181 ◦ green 184 ◦ blue 255

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

Shades of Perano #B5B8FF

Tints of Perano #B5B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.68%

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

R = 29.19%
G = 29.68%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5B8FF (or 0xB5B8FF) is known color: Perano. HEX triplet: B5, B8 and FF. RGB value is (181,184,255). Sum of RGB (Red+Green+Blue) = 181+184+255=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8FF is #4A4700. Grayscale: #BEBEBE. Windows color (decimal): -4867841 or 16758965. OLE color: 16758965.

HSL color Cylindrical-coordinate representation of color #B5B8FF: hue angle of 237.57º 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 #B5B8FF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 184 255 -
CMYK 0.29 0.28 0 0
HSL 237.57º 1% 0.85% -
HSV(B) 237.57º 0.29% 1% -
XYZ 54.25 51.32 101.66 -
YUV 191.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 181 184 255 0.29 0.28 0 0 237.57 1 0.85
Hex B5 B8 FF 1D 1C 0 0 EE 64 55
Octal 265 270 377 35 34 0 0 356 144 125
Binary 10110101 10111000 11111111 11101 11100 0 0 11101110 1100100 1010101

Color Harmonies of #B5B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B8FF

Black with #B5B8FF

Text Example


Text Example

White with #B5B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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