Html Css Color HEX #B3BDDB Perano

📋 copy color: '#B3BDDB'

red 179 ◦ green 189 ◦ blue 219

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

Shades of Perano #B3BDDB

Tints of Perano #B3BDDB

RGB

 RED value IS 179 (70.31% from 255) = 30.49%

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

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

R = 30.49%
G = 32.2%
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

#B3BDDB (or 0xB3BDDB) is known color: Perano. HEX triplet: B3, BD and DB. RGB value is (179,189,219). Sum of RGB (Red+Green+Blue) = 179+189+219=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 189 (74.22% from 255 or 32.20% 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 #B3BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDDB is #4C4224. Grayscale: #BDBDBD. Windows color (decimal): -4997669 or 14400947. OLE color: 14400947.

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

Color convert

RGB 179 189 219 -
CMYK 0.18 0.14 0 0.14
HSL 225º 0.36% 0.78% -
HSV(B) 225º 0.18% 0.86% -
XYZ 49.57 51.09 74.27 -
YUV 189.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 179 189 219 0.18 0.14 0 0.14 225 0.36 0.78
Hex B3 BD DB 12 E 0 E E1 24 4E
Octal 263 275 333 22 16 0 16 341 44 116
Binary 10110011 10111101 11011011 10010 1110 0 1110 11100001 100100 1001110

Color Harmonies of #B3BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BDDB

Black with #B3BDDB

Text Example


Text Example

White with #B3BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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