Html Css Color HEX #B2AEEE Perano

📋 copy color: '#B2AEEE'

red 178 ◦ green 174 ◦ blue 238

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

Shades of Perano #B2AEEE

Tints of Perano #B2AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 30.17%
G = 29.49%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2AEEE (or 0xB2AEEE) is known color: Perano. HEX triplet: B2, AE and EE. RGB value is (178,174,238). Sum of RGB (Red+Green+Blue) = 178+174+238=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEE is #4D5111. Grayscale: #B6B6B6. Windows color (decimal): -5067026 or 15642290. OLE color: 15642290.

HSL color Cylindrical-coordinate representation of color #B2AEEE: hue angle of 243.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AEEE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 174 238 -
CMYK 0.25 0.27 0 0.07
HSL 243.75º 0.65% 0.81% -
HSV(B) 243.75º 0.27% 0.93% -
XYZ 48.93 45.91 87.17 -
YUV 182.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 178 174 238 0.25 0.27 0 0.07 243.75 0.65 0.81
Hex B2 AE EE 19 1B 0 7 F4 41 51
Octal 262 256 356 31 33 0 7 364 101 121
Binary 10110010 10101110 11101110 11001 11011 0 111 11110100 1000001 1010001

Color Harmonies of #B2AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEEE

Black with #B2AEEE

Text Example


Text Example

White with #B2AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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