Html Css Color HEX #B2AEFE Perano

📋 copy color: '#B2AEFE'

red 178 ◦ green 174 ◦ blue 254

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

Shades of Perano #B2AEFE

Tints of Perano #B2AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 29.37%
G = 28.71%
B = 41.91%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2AEFE (or 0xB2AEFE) is known color: Perano. HEX triplet: B2, AE and FE. RGB value is (178,174,254). Sum of RGB (Red+Green+Blue) = 178+174+254=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFE is #4D5101. Grayscale: #B8B8B8. Windows color (decimal): -5067010 or 16690866. OLE color: 16690866.

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

Color convert

RGB 178 174 254 -
CMYK 0.30 0.31 0 0.00
HSL 243º 0.98% 0.84% -
HSV(B) 243º 0.31% 1% -
XYZ 51.39 46.89 100.11 -
YUV 184.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 178 174 254 0.30 0.31 0 0.00 243 0.98 0.84
Hex B2 AE FE 1E 1F 0 0 F3 62 54
Octal 262 256 376 36 37 0 0 363 142 124
Binary 10110010 10101110 11111110 11110 11111 0 0 11110011 1100010 1010100

Color Harmonies of #B2AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEFE

Black with #B2AEFE

Text Example


Text Example

White with #B2AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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