Html Css Color HEX #B3BBDB Perano

📋 copy color: '#B3BBDB'

red 179 ◦ green 187 ◦ blue 219

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

Shades of Perano #B3BBDB

Tints of Perano #B3BBDB

RGB

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

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

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

R = 30.6%
G = 31.97%
B = 37.44%

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

#B3BBDB (or 0xB3BBDB) is known color: Perano. HEX triplet: B3, BB and DB. RGB value is (179,187,219). Sum of RGB (Red+Green+Blue) = 179+187+219=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDB is #4C4424. Grayscale: #BCBCBC. Windows color (decimal): -4998181 or 14400435. OLE color: 14400435.

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

Color convert

RGB 179 187 219 -
CMYK 0.18 0.15 0 0.14
HSL 228º 0.36% 0.78% -
HSV(B) 228º 0.18% 0.86% -
XYZ 49.15 50.24 74.12 -
YUV 188.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 179 187 219 0.18 0.15 0 0.14 228 0.36 0.78
Hex B3 BB DB 12 F 0 E E4 24 4E
Octal 263 273 333 22 17 0 16 344 44 116
Binary 10110011 10111011 11011011 10010 1111 0 1110 11100100 100100 1001110

Color Harmonies of #B3BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBDB

Black with #B3BBDB

Text Example


Text Example

White with #B3BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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