Html Css Color HEX #B0ADEB Perano

📋 copy color: '#B0ADEB'

red 176 ◦ green 173 ◦ blue 235

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

Shades of Perano #B0ADEB

Tints of Perano #B0ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.62%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 30.14%
G = 29.62%
B = 40.24%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0ADEB (or 0xB0ADEB) is known color: Perano. HEX triplet: B0, AD and EB. RGB value is (176,173,235). Sum of RGB (Red+Green+Blue) = 176+173+235=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADEB is #4F5214. Grayscale: #B4B4B4. Windows color (decimal): -5198357 or 15445424. OLE color: 15445424.

HSL color Cylindrical-coordinate representation of color #B0ADEB: hue angle of 242.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0ADEB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 173 235 -
CMYK 0.25 0.26 0 0.08
HSL 242.9º 0.61% 0.8% -
HSV(B) 242.9º 0.26% 0.92% -
XYZ 47.84 45.12 84.78 -
YUV 180.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 176 173 235 0.25 0.26 0 0.08 242.9 0.61 0.8
Hex B0 AD EB 19 1A 0 8 F3 3D 50
Octal 260 255 353 31 32 0 10 363 75 120
Binary 10110000 10101101 11101011 11001 11010 0 1000 11110011 111101 1010000

Color Harmonies of #B0ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADEB

Black with #B0ADEB

Text Example


Text Example

White with #B0ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADEB; }

 p { color: rgb(176,173,235); }

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

background-color css

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

 a { background-color: rgb(176,173,235); }

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

border-color css

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

 span { border-color: rgb(176,173,235); }

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