Html Css Color HEX #B3BAD9 Perano

📋 copy color: '#B3BAD9'

red 179 ◦ green 186 ◦ blue 217

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

Shades of Perano #B3BAD9

Tints of Perano #B3BAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 30.76%
G = 31.96%
B = 37.29%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3BAD9 (or 0xB3BAD9) is known color: Perano. HEX triplet: B3, BA and D9. RGB value is (179,186,217). Sum of RGB (Red+Green+Blue) = 179+186+217=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD9 is #4C4526. Grayscale: #BBBBBB. Windows color (decimal): -4998439 or 14269107. OLE color: 14269107.

HSL color Cylindrical-coordinate representation of color #B3BAD9: hue angle of 228.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BAD9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 186 217 -
CMYK 0.18 0.14 0 0.15
HSL 228.95º 0.33% 0.78% -
HSV(B) 228.95º 0.18% 0.85% -
XYZ 48.67 49.71 72.68 -
YUV 187.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 179 186 217 0.18 0.14 0 0.15 228.95 0.33 0.78
Hex B3 BA D9 12 E 0 F E5 21 4E
Octal 263 272 331 22 16 0 17 345 41 116
Binary 10110011 10111010 11011001 10010 1110 0 1111 11100101 100001 1001110

Color Harmonies of #B3BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BAD9

Black with #B3BAD9

Text Example


Text Example

White with #B3BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BAD9; }

 p { color: rgb(179,186,217); }

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

background-color css

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

 a { background-color: rgb(179,186,217); }

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

border-color css

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

 span { border-color: rgb(179,186,217); }

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