Html Css Color HEX #B5BCFE Perano

📋 copy color: '#B5BCFE'

red 181 ◦ green 188 ◦ blue 254

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

Shades of Perano #B5BCFE

Tints of Perano #B5BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 29.05%
G = 30.18%
B = 40.77%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5BCFE (or 0xB5BCFE) is known color: Perano. HEX triplet: B5, BC and FE. RGB value is (181,188,254). Sum of RGB (Red+Green+Blue) = 181+188+254=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFE is #4A4301. Grayscale: #C1C1C1. Windows color (decimal): -4866818 or 16694453. OLE color: 16694453.

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

Color convert

RGB 181 188 254 -
CMYK 0.29 0.26 0 0.00
HSL 234.25º 0.97% 0.85% -
HSV(B) 234.25º 0.29% 1% -
XYZ 54.93 52.95 101.09 -
YUV 193.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 181 188 254 0.29 0.26 0 0.00 234.25 0.97 0.85
Hex B5 BC FE 1D 1A 0 0 EA 61 55
Octal 265 274 376 35 32 0 0 352 141 125
Binary 10110101 10111100 11111110 11101 11010 0 0 11101010 1100001 1010101

Color Harmonies of #B5BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCFE

Black with #B5BCFE

Text Example


Text Example

White with #B5BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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