Html Css Color HEX #B2B6DB Perano

📋 copy color: '#B2B6DB'

red 178 ◦ green 182 ◦ blue 219

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

Shades of Perano #B2B6DB

Tints of Perano #B2B6DB

RGB

 RED value IS 178 (69.92% from 255) = 30.74%

 GREEN value IS 182 (71.48% from 255) = 31.43%

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

R = 30.74%
G = 31.43%
B = 37.82%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2B6DB (or 0xB2B6DB) is known color: Perano. HEX triplet: B2, B6 and DB. RGB value is (178,182,219). Sum of RGB (Red+Green+Blue) = 178+182+219=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B6DB is #4D4924. Grayscale: #B8B8B8. Windows color (decimal): -5064997 or 14399154. OLE color: 14399154.

HSL color Cylindrical-coordinate representation of color #B2B6DB: hue angle of 234.15º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2B6DB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 182 219 -
CMYK 0.19 0.17 0 0.14
HSL 234.15º 0.36% 0.78% -
HSV(B) 234.15º 0.19% 0.86% -
XYZ 47.87 48.04 73.77 -
YUV 185.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 178 182 219 0.19 0.17 0 0.14 234.15 0.36 0.78
Hex B2 B6 DB 13 11 0 E EA 24 4E
Octal 262 266 333 23 21 0 16 352 44 116
Binary 10110010 10110110 11011011 10011 10001 0 1110 11101010 100100 1001110

Color Harmonies of #B2B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B6DB

Black with #B2B6DB

Text Example


Text Example

White with #B2B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B6DB; }

 p { color: rgb(178,182,219); }

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

background-color css

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

 a { background-color: rgb(178,182,219); }

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

border-color css

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

 span { border-color: rgb(178,182,219); }

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