Html Css Color HEX #B2AEED Perano

📋 copy color: '#B2AEED'

red 178 ◦ green 174 ◦ blue 237

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

Shades of Perano #B2AEED

Tints of Perano #B2AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 30.22%
G = 29.54%
B = 40.24%

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

#B2AEED (or 0xB2AEED) is known color: Perano. HEX triplet: B2, AE and ED. RGB value is (178,174,237). Sum of RGB (Red+Green+Blue) = 178+174+237=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEED is #4D5112. Grayscale: #B6B6B6. Windows color (decimal): -5067027 or 15576754. OLE color: 15576754.

HSL color Cylindrical-coordinate representation of color #B2AEED: hue angle of 243.81º degrees, saturation: 0.64, 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 #B2AEED is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 174 237 -
CMYK 0.25 0.27 0 0.07
HSL 243.81º 0.64% 0.81% -
HSV(B) 243.81º 0.27% 0.93% -
XYZ 48.78 45.85 86.4 -
YUV 182.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 178 174 237 0.25 0.27 0 0.07 243.81 0.64 0.81
Hex B2 AE ED 19 1B 0 7 F4 40 51
Octal 262 256 355 31 33 0 7 364 100 121
Binary 10110010 10101110 11101101 11001 11011 0 111 11110100 1000000 1010001

Color Harmonies of #B2AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEED

Black with #B2AEED

Text Example


Text Example

White with #B2AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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