Html Css Color HEX #B0ADFC Perano

📋 copy color: '#B0ADFC'

red 176 ◦ green 173 ◦ blue 252

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

Shades of Perano #B0ADFC

Tints of Perano #B0ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 29.28%
G = 28.79%
B = 41.93%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0ADFC (or 0xB0ADFC) is known color: Perano. HEX triplet: B0, AD and FC. RGB value is (176,173,252). Sum of RGB (Red+Green+Blue) = 176+173+252=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFC is #4F5203. Grayscale: #B6B6B6. Windows color (decimal): -5198340 or 16559536. OLE color: 16559536.

HSL color Cylindrical-coordinate representation of color #B0ADFC: hue angle of 242.28º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0ADFC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 173 252 -
CMYK 0.30 0.31 0 0.01
HSL 242.28º 0.93% 0.83% -
HSV(B) 242.28º 0.31% 0.99% -
XYZ 50.42 46.15 98.35 -
YUV 182.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 176 173 252 0.30 0.31 0 0.01 242.28 0.93 0.83
Hex B0 AD FC 1E 1F 0 1 F2 5D 53
Octal 260 255 374 36 37 0 1 362 135 123
Binary 10110000 10101101 11111100 11110 11111 0 1 11110010 1011101 1010011

Color Harmonies of #B0ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADFC

Black with #B0ADFC

Text Example


Text Example

White with #B0ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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