Html Css Color HEX #B1ADED Perano

📋 copy color: '#B1ADED'

red 177 ◦ green 173 ◦ blue 237

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

Shades of Perano #B1ADED

Tints of Perano #B1ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.47%

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

R = 30.15%
G = 29.47%
B = 40.37%

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

#B1ADED (or 0xB1ADED) is known color: Perano. HEX triplet: B1, AD and ED. RGB value is (177,173,237). Sum of RGB (Red+Green+Blue) = 177+173+237=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADED is #4E5212. Grayscale: #B5B5B5. Windows color (decimal): -5132819 or 15576497. OLE color: 15576497.

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

Color convert

RGB 177 173 237 -
CMYK 0.25 0.27 0 0.07
HSL 243.75º 0.64% 0.8% -
HSV(B) 243.75º 0.27% 0.93% -
XYZ 48.36 45.35 86.33 -
YUV 181.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 177 173 237 0.25 0.27 0 0.07 243.75 0.64 0.8
Hex B1 AD ED 19 1B 0 7 F4 40 50
Octal 261 255 355 31 33 0 7 364 100 120
Binary 10110001 10101101 11101101 11001 11011 0 111 11110100 1000000 1010000

Color Harmonies of #B1ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADED

Black with #B1ADED

Text Example


Text Example

White with #B1ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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