Html Css Color HEX #B4BCDB Perano

📋 copy color: '#B4BCDB'

red 180 ◦ green 188 ◦ blue 219

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

Shades of Perano #B4BCDB

Tints of Perano #B4BCDB

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 30.66%
G = 32.03%
B = 37.31%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4BCDB (or 0xB4BCDB) is known color: Perano. HEX triplet: B4, BC and DB. RGB value is (180,188,219). Sum of RGB (Red+Green+Blue) = 180+188+219=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDB is #4B4324. Grayscale: #BDBDBD. Windows color (decimal): -4932389 or 14400692. OLE color: 14400692.

HSL color Cylindrical-coordinate representation of color #B4BCDB: hue angle of 227.69º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BCDB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 188 219 -
CMYK 0.18 0.14 0 0.14
HSL 227.69º 0.35% 0.78% -
HSV(B) 227.69º 0.18% 0.86% -
XYZ 49.59 50.78 74.21 -
YUV 189.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 180 188 219 0.18 0.14 0 0.14 227.69 0.35 0.78
Hex B4 BC DB 12 E 0 E E4 23 4E
Octal 264 274 333 22 16 0 16 344 43 116
Binary 10110100 10111100 11011011 10010 1110 0 1110 11100100 100011 1001110

Color Harmonies of #B4BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCDB

Black with #B4BCDB

Text Example


Text Example

White with #B4BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCDB; }

 p { color: rgb(180,188,219); }

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

background-color css

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

 a { background-color: rgb(180,188,219); }

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

border-color css

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

 span { border-color: rgb(180,188,219); }

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