Html Css Color HEX #B0ADF9 Perano

📋 copy color: '#B0ADF9'

red 176 ◦ green 173 ◦ blue 249

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

Shades of Perano #B0ADF9

Tints of Perano #B0ADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.64%

R = 29.43%
G = 28.93%
B = 41.64%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0ADF9 (or 0xB0ADF9) is known color: Perano. HEX triplet: B0, AD and F9. RGB value is (176,173,249). Sum of RGB (Red+Green+Blue) = 176+173+249=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0ADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADF9 is #4F5206. Grayscale: #B6B6B6. Windows color (decimal): -5198343 or 16362928. OLE color: 16362928.

HSL color Cylindrical-coordinate representation of color #B0ADF9: hue angle of 242.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0ADF9 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 173 249 -
CMYK 0.29 0.31 0 0.02
HSL 242.37º 0.86% 0.83% -
HSV(B) 242.37º 0.31% 0.98% -
XYZ 49.95 45.96 95.86 -
YUV 182.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 176 173 249 0.29 0.31 0 0.02 242.37 0.86 0.83
Hex B0 AD F9 1D 1F 0 2 F2 56 53
Octal 260 255 371 35 37 0 2 362 126 123
Binary 10110000 10101101 11111001 11101 11111 0 10 11110010 1010110 1010011

Color Harmonies of #B0ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADF9

Black with #B0ADF9

Text Example


Text Example

White with #B0ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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