Html Css Color HEX #B4ADFB Perano

📋 copy color: '#B4ADFB'

red 180 ◦ green 173 ◦ blue 251

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

Shades of Perano #B4ADFB

Tints of Perano #B4ADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 29.8%
G = 28.64%
B = 41.56%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4ADFB (or 0xB4ADFB) is known color: Perano. HEX triplet: B4, AD and FB. RGB value is (180,173,251). Sum of RGB (Red+Green+Blue) = 180+173+251=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFB is #4B5204. Grayscale: #B7B7B7. Windows color (decimal): -4936197 or 16494004. OLE color: 16494004.

HSL color Cylindrical-coordinate representation of color #B4ADFB: hue angle of 245.38º degrees, saturation: 0.91, 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 #B4ADFB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 173 251 -
CMYK 0.28 0.31 0 0.02
HSL 245.38º 0.91% 0.83% -
HSV(B) 245.38º 0.31% 0.98% -
XYZ 51.18 46.56 97.56 -
YUV 183.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 180 173 251 0.28 0.31 0 0.02 245.38 0.91 0.83
Hex B4 AD FB 1C 1F 0 2 F5 5B 53
Octal 264 255 373 34 37 0 2 365 133 123
Binary 10110100 10101101 11111011 11100 11111 0 10 11110101 1011011 1010011

Color Harmonies of #B4ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADFB

Black with #B4ADFB

Text Example


Text Example

White with #B4ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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