Html Css Color HEX #B0ADFE Perano

📋 copy color: '#B0ADFE'

red 176 ◦ green 173 ◦ blue 254

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

Shades of Perano #B0ADFE

Tints of Perano #B0ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 29.19%
G = 28.69%
B = 42.12%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0ADFE (or 0xB0ADFE) is known color: Perano. HEX triplet: B0, AD and FE. RGB value is (176,173,254). Sum of RGB (Red+Green+Blue) = 176+173+254=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFE is #4F5201. Grayscale: #B6B6B6. Windows color (decimal): -5198338 or 16690608. OLE color: 16690608.

HSL color Cylindrical-coordinate representation of color #B0ADFE: hue angle of 242.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0ADFE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 173 254 -
CMYK 0.31 0.32 0 0.00
HSL 242.22º 0.98% 0.84% -
HSV(B) 242.22º 0.32% 1% -
XYZ 50.74 46.27 100.02 -
YUV 183.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 176 173 254 0.31 0.32 0 0.00 242.22 0.98 0.84
Hex B0 AD FE 1F 20 0 0 F2 62 54
Octal 260 255 376 37 40 0 0 362 142 124
Binary 10110000 10101101 11111110 11111 100000 0 0 11110010 1100010 1010100

Color Harmonies of #B0ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADFE

Black with #B0ADFE

Text Example


Text Example

White with #B0ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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