Html Css Color HEX #B2BADC Perano

📋 copy color: '#B2BADC'

red 178 ◦ green 186 ◦ blue 220

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

Shades of Perano #B2BADC

Tints of Perano #B2BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 30.48%
G = 31.85%
B = 37.67%

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

#B2BADC (or 0xB2BADC) is known color: Perano. HEX triplet: B2, BA and DC. RGB value is (178,186,220). Sum of RGB (Red+Green+Blue) = 178+186+220=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BADC is #4D4523. Grayscale: #BBBBBB. Windows color (decimal): -5063972 or 14465714. OLE color: 14465714.

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

Color convert

RGB 178 186 220 -
CMYK 0.19 0.15 0 0.14
HSL 228.57º 0.38% 0.78% -
HSV(B) 228.57º 0.19% 0.86% -
XYZ 48.84 49.75 74.74 -
YUV 187.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 178 186 220 0.19 0.15 0 0.14 228.57 0.38 0.78
Hex B2 BA DC 13 F 0 E E5 26 4E
Octal 262 272 334 23 17 0 16 345 46 116
Binary 10110010 10111010 11011100 10011 1111 0 1110 11100101 100110 1001110

Color Harmonies of #B2BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BADC

Black with #B2BADC

Text Example


Text Example

White with #B2BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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