Html Css Color HEX #B3ADFC Perano

📋 copy color: '#B3ADFC'

red 179 ◦ green 173 ◦ blue 252

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

Shades of Perano #B3ADFC

Tints of Perano #B3ADFC

RGB

 RED value IS 179 (70.31% from 255) = 29.64%

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

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

R = 29.64%
G = 28.64%
B = 41.72%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3ADFC (or 0xB3ADFC) is known color: Perano. HEX triplet: B3, AD and FC. RGB value is (179,173,252). Sum of RGB (Red+Green+Blue) = 179+173+252=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADFC is #4C5203. Grayscale: #B7B7B7. Windows color (decimal): -5001732 or 16559539. OLE color: 16559539.

HSL color Cylindrical-coordinate representation of color #B3ADFC: hue angle of 244.56º 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 #B3ADFC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 173 252 -
CMYK 0.29 0.31 0 0.01
HSL 244.56º 0.93% 0.83% -
HSV(B) 244.56º 0.31% 0.99% -
XYZ 51.1 46.5 98.38 -
YUV 183.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 179 173 252 0.29 0.31 0 0.01 244.56 0.93 0.83
Hex B3 AD FC 1D 1F 0 1 F5 5D 53
Octal 263 255 374 35 37 0 1 365 135 123
Binary 10110011 10101101 11111100 11101 11111 0 1 11110101 1011101 1010011

Color Harmonies of #B3ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADFC

Black with #B3ADFC

Text Example


Text Example

White with #B3ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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