Html Css Color HEX #A1BCED Perano

📋 copy color: '#A1BCED'

red 161 ◦ green 188 ◦ blue 237

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

Shades of Perano #A1BCED

Tints of Perano #A1BCED

RGB

 RED value IS 161 (63.28% from 255) = 27.47%

 GREEN value IS 188 (73.83% from 255) = 32.08%

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

R = 27.47%
G = 32.08%
B = 40.44%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1BCED (or 0xA1BCED) is known color: Perano. HEX triplet: A1, BC and ED. RGB value is (161,188,237). Sum of RGB (Red+Green+Blue) = 161+188+237=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCED is #5E4312. Grayscale: #B9B9B9. Windows color (decimal): -6177555 or 15580321. OLE color: 15580321.

HSL color Cylindrical-coordinate representation of color #A1BCED: hue angle of 218.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BCED is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 188 237 -
CMYK 0.32 0.21 0 0.07
HSL 218.68º 0.68% 0.78% -
HSV(B) 218.68º 0.32% 0.93% -
XYZ 47.97 49.66 87.18 -
YUV 185.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 161 188 237 0.32 0.21 0 0.07 218.68 0.68 0.78
Hex A1 BC ED 20 15 0 7 DB 44 4E
Octal 241 274 355 40 25 0 7 333 104 116
Binary 10100001 10111100 11101101 100000 10101 0 111 11011011 1000100 1001110

Color Harmonies of #A1BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCED

Black with #A1BCED

Text Example


Text Example

White with #A1BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCED; }

 p { color: rgb(161,188,237); }

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

background-color css

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

 a { background-color: rgb(161,188,237); }

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

border-color css

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

 span { border-color: rgb(161,188,237); }

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