Html Css Color HEX #B1AEEC Perano

📋 copy color: '#B1AEEC'

red 177 ◦ green 174 ◦ blue 236

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

Shades of Perano #B1AEEC

Tints of Perano #B1AEEC

RGB

 RED value IS 177 (69.53% from 255) = 30.15%

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

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 30.15%
G = 29.64%
B = 40.2%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1AEEC (or 0xB1AEEC) is known color: Perano. HEX triplet: B1, AE and EC. RGB value is (177,174,236). Sum of RGB (Red+Green+Blue) = 177+174+236=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEEC is #4E5113. Grayscale: #B5B5B5. Windows color (decimal): -5132564 or 15511217. OLE color: 15511217.

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

Color convert

RGB 177 174 236 -
CMYK 0.25 0.26 0 0.07
HSL 242.9º 0.62% 0.8% -
HSV(B) 242.9º 0.26% 0.93% -
XYZ 48.41 45.68 85.62 -
YUV 181.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 177 174 236 0.25 0.26 0 0.07 242.9 0.62 0.8
Hex B1 AE EC 19 1A 0 7 F3 3E 50
Octal 261 256 354 31 32 0 7 363 76 120
Binary 10110001 10101110 11101100 11001 11010 0 111 11110011 111110 1010000

Color Harmonies of #B1AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEEC

Black with #B1AEEC

Text Example


Text Example

White with #B1AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEEC; }

 p { color: rgb(177,174,236); }

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

background-color css

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

 a { background-color: rgb(177,174,236); }

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

border-color css

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

 span { border-color: rgb(177,174,236); }

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