Html Css Color HEX #B0ADEA Perano

📋 copy color: '#B0ADEA'

red 176 ◦ green 173 ◦ blue 234

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

Shades of Perano #B0ADEA

Tints of Perano #B0ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 30.19%
G = 29.67%
B = 40.14%

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

#B0ADEA (or 0xB0ADEA) is known color: Perano. HEX triplet: B0, AD and EA. RGB value is (176,173,234). Sum of RGB (Red+Green+Blue) = 176+173+234=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADEA is #4F5215. Grayscale: #B4B4B4. Windows color (decimal): -5198358 or 15379888. OLE color: 15379888.

HSL color Cylindrical-coordinate representation of color #B0ADEA: hue angle of 242.95º degrees, saturation: 0.59, 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 #B0ADEA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 173 234 -
CMYK 0.25 0.26 0 0.08
HSL 242.95º 0.59% 0.8% -
HSV(B) 242.95º 0.26% 0.92% -
XYZ 47.7 45.06 84.02 -
YUV 180.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 176 173 234 0.25 0.26 0 0.08 242.95 0.59 0.8
Hex B0 AD EA 19 1A 0 8 F3 3B 50
Octal 260 255 352 31 32 0 10 363 73 120
Binary 10110000 10101101 11101010 11001 11010 0 1000 11110011 111011 1010000

Color Harmonies of #B0ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADEA

Black with #B0ADEA

Text Example


Text Example

White with #B0ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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