Html Css Color HEX #B5BCDE Perano

📋 copy color: '#B5BCDE'

red 181 ◦ green 188 ◦ blue 222

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

Shades of Perano #B5BCDE

Tints of Perano #B5BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 30.63%
G = 31.81%
B = 37.56%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5BCDE (or 0xB5BCDE) is known color: Perano. HEX triplet: B5, BC and DE. RGB value is (181,188,222). Sum of RGB (Red+Green+Blue) = 181+188+222=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDE is #4A4321. Grayscale: #BDBDBD. Windows color (decimal): -4866850 or 14597301. OLE color: 14597301.

HSL color Cylindrical-coordinate representation of color #B5BCDE: hue angle of 229.76º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BCDE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 188 222 -
CMYK 0.18 0.15 0 0.13
HSL 229.76º 0.38% 0.79% -
HSV(B) 229.76º 0.18% 0.87% -
XYZ 50.22 51.06 76.32 -
YUV 189.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 181 188 222 0.18 0.15 0 0.13 229.76 0.38 0.79
Hex B5 BC DE 12 F 0 D E6 26 4F
Octal 265 274 336 22 17 0 15 346 46 117
Binary 10110101 10111100 11011110 10010 1111 0 1101 11100110 100110 1001111

Color Harmonies of #B5BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCDE

Black with #B5BCDE

Text Example


Text Example

White with #B5BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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