Html Css Color HEX #B2AEFD Perano

📋 copy color: '#B2AEFD'

red 178 ◦ green 174 ◦ blue 253

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

Shades of Perano #B2AEFD

Tints of Perano #B2AEFD

RGB

 RED value IS 178 (69.92% from 255) = 29.42%

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

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

R = 29.42%
G = 28.76%
B = 41.82%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2AEFD (or 0xB2AEFD) is known color: Perano. HEX triplet: B2, AE and FD. RGB value is (178,174,253). Sum of RGB (Red+Green+Blue) = 178+174+253=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 174 (68.36% from 255 or 28.76% 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 #B2AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFD is #4D5102. Grayscale: #B7B7B7. Windows color (decimal): -5067011 or 16625330. OLE color: 16625330.

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

Color convert

RGB 178 174 253 -
CMYK 0.30 0.31 0 0.01
HSL 243.04º 0.95% 0.84% -
HSV(B) 243.04º 0.31% 0.99% -
XYZ 51.23 46.83 99.27 -
YUV 184.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 178 174 253 0.30 0.31 0 0.01 243.04 0.95 0.84
Hex B2 AE FD 1E 1F 0 1 F3 5F 54
Octal 262 256 375 36 37 0 1 363 137 124
Binary 10110010 10101110 11111101 11110 11111 0 1 11110011 1011111 1010100

Color Harmonies of #B2AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEFD

Black with #B2AEFD

Text Example


Text Example

White with #B2AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEFD; }

 p { color: rgb(178,174,253); }

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

background-color css

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

 a { background-color: rgb(178,174,253); }

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

border-color css

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

 span { border-color: rgb(178,174,253); }

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