Html Css Color HEX #B4ADFC Perano

📋 copy color: '#B4ADFC'

red 180 ◦ green 173 ◦ blue 252

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

Shades of Perano #B4ADFC

Tints of Perano #B4ADFC

RGB

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

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

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

R = 29.75%
G = 28.6%
B = 41.65%

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

#B4ADFC (or 0xB4ADFC) is known color: Perano. HEX triplet: B4, AD and FC. RGB value is (180,173,252). Sum of RGB (Red+Green+Blue) = 180+173+252=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFC is #4B5203. Grayscale: #B7B7B7. Windows color (decimal): -4936196 or 16559540. OLE color: 16559540.

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

Color convert

RGB 180 173 252 -
CMYK 0.29 0.31 0 0.01
HSL 245.32º 0.93% 0.83% -
HSV(B) 245.32º 0.31% 0.99% -
XYZ 51.34 46.62 98.39 -
YUV 184.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 180 173 252 0.29 0.31 0 0.01 245.32 0.93 0.83
Hex B4 AD FC 1D 1F 0 1 F5 5D 53
Octal 264 255 374 35 37 0 1 365 135 123
Binary 10110100 10101101 11111100 11101 11111 0 1 11110101 1011101 1010011

Color Harmonies of #B4ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADFC

Black with #B4ADFC

Text Example


Text Example

White with #B4ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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