Html Css Color HEX #B3B8DB Perano

📋 copy color: '#B3B8DB'

red 179 ◦ green 184 ◦ blue 219

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

Shades of Perano #B3B8DB

Tints of Perano #B3B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.62%

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

R = 30.76%
G = 31.62%
B = 37.63%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3B8DB (or 0xB3B8DB) is known color: Perano. HEX triplet: B3, B8 and DB. RGB value is (179,184,219). Sum of RGB (Red+Green+Blue) = 179+184+219=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8DB is #4C4724. Grayscale: #BABABA. Windows color (decimal): -4998949 or 14399667. OLE color: 14399667.

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

Color convert

RGB 179 184 219 -
CMYK 0.18 0.16 0 0.14
HSL 232.5º 0.36% 0.78% -
HSV(B) 232.5º 0.18% 0.86% -
XYZ 48.52 48.98 73.91 -
YUV 186.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 179 184 219 0.18 0.16 0 0.14 232.5 0.36 0.78
Hex B3 B8 DB 12 10 0 E E8 24 4E
Octal 263 270 333 22 20 0 16 350 44 116
Binary 10110011 10111000 11011011 10010 10000 0 1110 11101000 100100 1001110

Color Harmonies of #B3B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B8DB

Black with #B3B8DB

Text Example


Text Example

White with #B3B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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