Html Css Color HEX #B4BBDB Perano

📋 copy color: '#B4BBDB'

red 180 ◦ green 187 ◦ blue 219

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

Shades of Perano #B4BBDB

Tints of Perano #B4BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.91%

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

R = 30.72%
G = 31.91%
B = 37.37%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4BBDB (or 0xB4BBDB) is known color: Perano. HEX triplet: B4, BB and DB. RGB value is (180,187,219). Sum of RGB (Red+Green+Blue) = 180+187+219=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBDB is #4B4424. Grayscale: #BCBCBC. Windows color (decimal): -4932645 or 14400436. OLE color: 14400436.

HSL color Cylindrical-coordinate representation of color #B4BBDB: hue angle of 229.23º 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 #B4BBDB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 187 219 -
CMYK 0.18 0.15 0 0.14
HSL 229.23º 0.35% 0.78% -
HSV(B) 229.23º 0.18% 0.86% -
XYZ 49.38 50.36 74.14 -
YUV 188.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 180 187 219 0.18 0.15 0 0.14 229.23 0.35 0.78
Hex B4 BB DB 12 F 0 E E5 23 4E
Octal 264 273 333 22 17 0 16 345 43 116
Binary 10110100 10111011 11011011 10010 1111 0 1110 11100101 100011 1001110

Color Harmonies of #B4BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBDB

Black with #B4BBDB

Text Example


Text Example

White with #B4BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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