Html Css Color HEX #B4AEFB Perano

📋 copy color: '#B4AEFB'

red 180 ◦ green 174 ◦ blue 251

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

Shades of Perano #B4AEFB

Tints of Perano #B4AEFB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.76%

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

R = 29.75%
G = 28.76%
B = 41.49%

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

#B4AEFB (or 0xB4AEFB) is known color: Perano. HEX triplet: B4, AE and FB. RGB value is (180,174,251). Sum of RGB (Red+Green+Blue) = 180+174+251=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEFB is #4B5104. Grayscale: #B8B8B8. Windows color (decimal): -4935941 or 16494260. OLE color: 16494260.

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

Color convert

RGB 180 174 251 -
CMYK 0.28 0.31 0 0.02
HSL 244.68º 0.91% 0.83% -
HSV(B) 244.68º 0.31% 0.98% -
XYZ 51.37 46.94 97.62 -
YUV 184.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 180 174 251 0.28 0.31 0 0.02 244.68 0.91 0.83
Hex B4 AE FB 1C 1F 0 2 F5 5B 53
Octal 264 256 373 34 37 0 2 365 133 123
Binary 10110100 10101110 11111011 11100 11111 0 10 11110101 1011011 1010011

Color Harmonies of #B4AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEFB

Black with #B4AEFB

Text Example


Text Example

White with #B4AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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