Html Css Color HEX #B4ADFD Perano

📋 copy color: '#B4ADFD'

red 180 ◦ green 173 ◦ blue 253

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

Shades of Perano #B4ADFD

Tints of Perano #B4ADFD

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

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

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

R = 29.7%
G = 28.55%
B = 41.75%

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

#B4ADFD (or 0xB4ADFD) is known color: Perano. HEX triplet: B4, AD and FD. RGB value is (180,173,253). Sum of RGB (Red+Green+Blue) = 180+173+253=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFD is #4B5202. Grayscale: #B7B7B7. Windows color (decimal): -4936195 or 16625076. OLE color: 16625076.

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

Color convert

RGB 180 173 253 -
CMYK 0.29 0.32 0 0.01
HSL 245.25º 0.95% 0.84% -
HSV(B) 245.25º 0.32% 0.99% -
XYZ 51.5 46.68 99.22 -
YUV 184.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 180 173 253 0.29 0.32 0 0.01 245.25 0.95 0.84
Hex B4 AD FD 1D 20 0 1 F5 5F 54
Octal 264 255 375 35 40 0 1 365 137 124
Binary 10110100 10101101 11111101 11101 100000 0 1 11110101 1011111 1010100

Color Harmonies of #B4ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADFD

Black with #B4ADFD

Text Example


Text Example

White with #B4ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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