Html Css Color HEX #B5BCE4 Perano

📋 copy color: '#B5BCE4'

red 181 ◦ green 188 ◦ blue 228

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

Shades of Perano #B5BCE4

Tints of Perano #B5BCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.19%

R = 30.32%
G = 31.49%
B = 38.19%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B5BCE4 (or 0xB5BCE4) is known color: Perano. HEX triplet: B5, BC and E4. RGB value is (181,188,228). Sum of RGB (Red+Green+Blue) = 181+188+228=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCE4 is #4A431B. Grayscale: #BEBEBE. Windows color (decimal): -4866844 or 14990517. OLE color: 14990517.

HSL color Cylindrical-coordinate representation of color #B5BCE4: hue angle of 231.06º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BCE4 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 188 228 -
CMYK 0.21 0.18 0 0.11
HSL 231.06º 0.47% 0.8% -
HSV(B) 231.06º 0.21% 0.89% -
XYZ 51.04 51.39 80.63 -
YUV 190.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 181 188 228 0.21 0.18 0 0.11 231.06 0.47 0.8
Hex B5 BC E4 15 12 0 B E7 2F 50
Octal 265 274 344 25 22 0 13 347 57 120
Binary 10110101 10111100 11100100 10101 10010 0 1011 11100111 101111 1010000

Color Harmonies of #B5BCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCE4

Black with #B5BCE4

Text Example


Text Example

White with #B5BCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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