Html Css Color HEX #B2BADB Perano

📋 copy color: '#B2BADB'

red 178 ◦ green 186 ◦ blue 219

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

Shades of Perano #B2BADB

Tints of Perano #B2BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.9%

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

R = 30.53%
G = 31.9%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2BADB (or 0xB2BADB) is known color: Perano. HEX triplet: B2, BA and DB. RGB value is (178,186,219). Sum of RGB (Red+Green+Blue) = 178+186+219=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BADB is #4D4524. Grayscale: #BBBBBB. Windows color (decimal): -5063973 or 14400178. OLE color: 14400178.

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

Color convert

RGB 178 186 219 -
CMYK 0.19 0.15 0 0.14
HSL 228.29º 0.36% 0.78% -
HSV(B) 228.29º 0.19% 0.86% -
XYZ 48.71 49.7 74.04 -
YUV 187.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 178 186 219 0.19 0.15 0 0.14 228.29 0.36 0.78
Hex B2 BA DB 13 F 0 E E4 24 4E
Octal 262 272 333 23 17 0 16 344 44 116
Binary 10110010 10111010 11011011 10011 1111 0 1110 11100100 100100 1001110

Color Harmonies of #B2BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BADB

Black with #B2BADB

Text Example


Text Example

White with #B2BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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