Html Css Color HEX #B0B6DD Perano

📋 copy color: '#B0B6DD'

red 176 ◦ green 182 ◦ blue 221

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

Shades of Perano #B0B6DD

Tints of Perano #B0B6DD

RGB

 RED value IS 176 (69.14% from 255) = 30.4%

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 30.4%
G = 31.43%
B = 38.17%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0B6DD (or 0xB0B6DD) is known color: Perano. HEX triplet: B0, B6 and DD. RGB value is (176,182,221). Sum of RGB (Red+Green+Blue) = 176+182+221=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B6DD is #4F4922. Grayscale: #B8B8B8. Windows color (decimal): -5196067 or 14530224. OLE color: 14530224.

HSL color Cylindrical-coordinate representation of color #B0B6DD: hue angle of 232º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B6DD is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 182 221 -
CMYK 0.20 0.18 0 0.13
HSL 232º 0.4% 0.78% -
HSV(B) 232º 0.2% 0.87% -
XYZ 47.68 47.91 75.14 -
YUV 184.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 176 182 221 0.20 0.18 0 0.13 232 0.4 0.78
Hex B0 B6 DD 14 12 0 D E8 28 4E
Octal 260 266 335 24 22 0 15 350 50 116
Binary 10110000 10110110 11011101 10100 10010 0 1101 11101000 101000 1001110

Color Harmonies of #B0B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B6DD

Black with #B0B6DD

Text Example


Text Example

White with #B0B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B6DD; }

 p { color: rgb(176,182,221); }

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

background-color css

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

 a { background-color: rgb(176,182,221); }

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

border-color css

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

 span { border-color: rgb(176,182,221); }

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