Html Css Color HEX #B4BDDB Perano

📋 copy color: '#B4BDDB'

red 180 ◦ green 189 ◦ blue 219

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

Shades of Perano #B4BDDB

Tints of Perano #B4BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 30.61%
G = 32.14%
B = 37.24%

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

#B4BDDB (or 0xB4BDDB) is known color: Perano. HEX triplet: B4, BD and DB. RGB value is (180,189,219). Sum of RGB (Red+Green+Blue) = 180+189+219=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDB is #4B4224. Grayscale: #BDBDBD. Windows color (decimal): -4932133 or 14400948. OLE color: 14400948.

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

Color convert

RGB 180 189 219 -
CMYK 0.18 0.14 0 0.14
HSL 226.15º 0.35% 0.78% -
HSV(B) 226.15º 0.18% 0.86% -
XYZ 49.81 51.21 74.28 -
YUV 189.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 180 189 219 0.18 0.14 0 0.14 226.15 0.35 0.78
Hex B4 BD DB 12 E 0 E E2 23 4E
Octal 264 275 333 22 16 0 16 342 43 116
Binary 10110100 10111101 11011011 10010 1110 0 1110 11100010 100011 1001110

Color Harmonies of #B4BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDDB

Black with #B4BDDB

Text Example


Text Example

White with #B4BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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