Html Css Color HEX #B5BCF8 Perano

📋 copy color: '#B5BCF8'

red 181 ◦ green 188 ◦ blue 248

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

Shades of Perano #B5BCF8

Tints of Perano #B5BCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.19%

R = 29.34%
G = 30.47%
B = 40.19%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B5BCF8 (or 0xB5BCF8) is known color: Perano. HEX triplet: B5, BC and F8. RGB value is (181,188,248). Sum of RGB (Red+Green+Blue) = 181+188+248=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5BCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCF8 is #4A4307. Grayscale: #C0C0C0. Windows color (decimal): -4866824 or 16301237. OLE color: 16301237.

HSL color Cylindrical-coordinate representation of color #B5BCF8: hue angle of 233.73º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5BCF8 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 188 248 -
CMYK 0.27 0.24 0 0.03
HSL 233.73º 0.83% 0.84% -
HSV(B) 233.73º 0.27% 0.97% -
XYZ 53.98 52.57 96.11 -
YUV 192.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 181 188 248 0.27 0.24 0 0.03 233.73 0.83 0.84
Hex B5 BC F8 1B 18 0 3 EA 53 54
Octal 265 274 370 33 30 0 3 352 123 124
Binary 10110101 10111100 11111000 11011 11000 0 11 11101010 1010011 1010100

Color Harmonies of #B5BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCF8

Black with #B5BCF8

Text Example


Text Example

White with #B5BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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