Html Css Color HEX #B5BCE6 Perano

📋 copy color: '#B5BCE6'

red 181 ◦ green 188 ◦ blue 230

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

Shades of Perano #B5BCE6

Tints of Perano #B5BCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 30.22%
G = 31.39%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B5BCE6 (or 0xB5BCE6) is known color: Perano. HEX triplet: B5, BC and E6. RGB value is (181,188,230). Sum of RGB (Red+Green+Blue) = 181+188+230=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCE6 is #4A4319. Grayscale: #BEBEBE. Windows color (decimal): -4866842 or 15121589. OLE color: 15121589.

HSL color Cylindrical-coordinate representation of color #B5BCE6: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BCE6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 188 230 -
CMYK 0.21 0.18 0 0.10
HSL 231.43º 0.49% 0.81% -
HSV(B) 231.43º 0.21% 0.9% -
XYZ 51.32 51.5 82.1 -
YUV 190.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 181 188 230 0.21 0.18 0 0.10 231.43 0.49 0.81
Hex B5 BC E6 15 12 0 A E7 31 51
Octal 265 274 346 25 22 0 12 347 61 121
Binary 10110101 10111100 11100110 10101 10010 0 1010 11100111 110001 1010001

Color Harmonies of #B5BCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCE6

Black with #B5BCE6

Text Example


Text Example

White with #B5BCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCE6; }

 p { color: rgb(181,188,230); }

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

background-color css

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

 a { background-color: rgb(181,188,230); }

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

border-color css

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

 span { border-color: rgb(181,188,230); }

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