Html Css Color HEX #B1AEED Perano

📋 copy color: '#B1AEED'

red 177 ◦ green 174 ◦ blue 237

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

Shades of Perano #B1AEED

Tints of Perano #B1AEED

RGB

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

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

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

R = 30.1%
G = 29.59%
B = 40.31%

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

#B1AEED (or 0xB1AEED) is known color: Perano. HEX triplet: B1, AE and ED. RGB value is (177,174,237). Sum of RGB (Red+Green+Blue) = 177+174+237=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEED is #4E5112. Grayscale: #B5B5B5. Windows color (decimal): -5132563 or 15576753. OLE color: 15576753.

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

Color convert

RGB 177 174 237 -
CMYK 0.25 0.27 0 0.07
HSL 242.86º 0.64% 0.81% -
HSV(B) 242.86º 0.27% 0.93% -
XYZ 48.55 45.73 86.39 -
YUV 182.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 177 174 237 0.25 0.27 0 0.07 242.86 0.64 0.81
Hex B1 AE ED 19 1B 0 7 F3 40 51
Octal 261 256 355 31 33 0 7 363 100 121
Binary 10110001 10101110 11101101 11001 11011 0 111 11110011 1000000 1010001

Color Harmonies of #B1AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEED

Black with #B1AEED

Text Example


Text Example

White with #B1AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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