Html Css Color HEX #B3AEEF Perano

📋 copy color: '#B3AEEF'

red 179 ◦ green 174 ◦ blue 239

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

Shades of Perano #B3AEEF

Tints of Perano #B3AEEF

RGB

 RED value IS 179 (70.31% from 255) = 30.24%

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

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 30.24%
G = 29.39%
B = 40.37%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B3AEEF (or 0xB3AEEF) is known color: Perano. HEX triplet: B3, AE and EF. RGB value is (179,174,239). Sum of RGB (Red+Green+Blue) = 179+174+239=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEEF is #4C5110. Grayscale: #B6B6B6. Windows color (decimal): -5001489 or 15707827. OLE color: 15707827.

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

Color convert

RGB 179 174 239 -
CMYK 0.25 0.27 0 0.06
HSL 244.62º 0.67% 0.81% -
HSV(B) 244.62º 0.27% 0.94% -
XYZ 49.31 46.09 87.96 -
YUV 182.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 179 174 239 0.25 0.27 0 0.06 244.62 0.67 0.81
Hex B3 AE EF 19 1B 0 6 F5 43 51
Octal 263 256 357 31 33 0 6 365 103 121
Binary 10110011 10101110 11101111 11001 11011 0 110 11110101 1000011 1010001

Color Harmonies of #B3AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AEEF

Black with #B3AEEF

Text Example


Text Example

White with #B3AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AEEF; }

 p { color: rgb(179,174,239); }

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

background-color css

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

 a { background-color: rgb(179,174,239); }

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

border-color css

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

 span { border-color: rgb(179,174,239); }

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