Html Css Color HEX #B3ADFD Perano

📋 copy color: '#B3ADFD'

red 179 ◦ green 173 ◦ blue 253

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

Shades of Perano #B3ADFD

Tints of Perano #B3ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 29.59%
G = 28.6%
B = 41.82%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3ADFD (or 0xB3ADFD) is known color: Perano. HEX triplet: B3, AD and FD. RGB value is (179,173,253). Sum of RGB (Red+Green+Blue) = 179+173+253=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADFD is #4C5202. Grayscale: #B7B7B7. Windows color (decimal): -5001731 or 16625075. OLE color: 16625075.

HSL color Cylindrical-coordinate representation of color #B3ADFD: hue angle of 244.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3ADFD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 173 253 -
CMYK 0.29 0.32 0 0.01
HSL 244.5º 0.95% 0.84% -
HSV(B) 244.5º 0.32% 0.99% -
XYZ 51.26 46.56 99.21 -
YUV 183.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 179 173 253 0.29 0.32 0 0.01 244.5 0.95 0.84
Hex B3 AD FD 1D 20 0 1 F4 5F 54
Octal 263 255 375 35 40 0 1 364 137 124
Binary 10110011 10101101 11111101 11101 100000 0 1 11110100 1011111 1010100

Color Harmonies of #B3ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADFD

Black with #B3ADFD

Text Example


Text Example

White with #B3ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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