Html Css Color HEX #B0ADF8 Perano

📋 copy color: '#B0ADF8'

red 176 ◦ green 173 ◦ blue 248

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

Shades of Perano #B0ADF8

Tints of Perano #B0ADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.54%

R = 29.48%
G = 28.98%
B = 41.54%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B0ADF8 (or 0xB0ADF8) is known color: Perano. HEX triplet: B0, AD and F8. RGB value is (176,173,248). Sum of RGB (Red+Green+Blue) = 176+173+248=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADF8 is #4F5207. Grayscale: #B6B6B6. Windows color (decimal): -5198344 or 16297392. OLE color: 16297392.

HSL color Cylindrical-coordinate representation of color #B0ADF8: hue angle of 242.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0ADF8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 173 248 -
CMYK 0.29 0.30 0 0.03
HSL 242.4º 0.84% 0.83% -
HSV(B) 242.4º 0.3% 0.97% -
XYZ 49.79 45.89 95.04 -
YUV 182.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 176 173 248 0.29 0.30 0 0.03 242.4 0.84 0.83
Hex B0 AD F8 1D 1E 0 3 F2 54 53
Octal 260 255 370 35 36 0 3 362 124 123
Binary 10110000 10101101 11111000 11101 11110 0 11 11110010 1010100 1010011

Color Harmonies of #B0ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADF8

Black with #B0ADF8

Text Example


Text Example

White with #B0ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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