Html Css Color HEX #A3BBEB Perano

📋 copy color: '#A3BBEB'

red 163 ◦ green 187 ◦ blue 235

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

Shades of Perano #A3BBEB

Tints of Perano #A3BBEB

RGB

 RED value IS 163 (64.06% from 255) = 27.86%

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 27.86%
G = 31.97%
B = 40.17%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A3BBEB (or 0xA3BBEB) is known color: Perano. HEX triplet: A3, BB and EB. RGB value is (163,187,235). Sum of RGB (Red+Green+Blue) = 163+187+235=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBEB is #5C4414. Grayscale: #B9B9B9. Windows color (decimal): -6046741 or 15448995. OLE color: 15448995.

HSL color Cylindrical-coordinate representation of color #A3BBEB: hue angle of 220º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BBEB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 187 235 -
CMYK 0.31 0.20 0 0.08
HSL 220º 0.64% 0.78% -
HSV(B) 220º 0.31% 0.92% -
XYZ 47.87 49.33 85.59 -
YUV 185.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 163 187 235 0.31 0.20 0 0.08 220 0.64 0.78
Hex A3 BB EB 1F 14 0 8 DC 40 4E
Octal 243 273 353 37 24 0 10 334 100 116
Binary 10100011 10111011 11101011 11111 10100 0 1000 11011100 1000000 1001110

Color Harmonies of #A3BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBEB

Black with #A3BBEB

Text Example


Text Example

White with #A3BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBEB; }

 p { color: rgb(163,187,235); }

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

background-color css

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

 a { background-color: rgb(163,187,235); }

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

border-color css

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

 span { border-color: rgb(163,187,235); }

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