Html Css Color HEX #A4BBE6 Perano

📋 copy color: '#A4BBE6'

red 164 ◦ green 187 ◦ blue 230

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

Shades of Perano #A4BBE6

Tints of Perano #A4BBE6

RGB

 RED value IS 164 (64.45% from 255) = 28.23%

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

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 28.23%
G = 32.19%
B = 39.59%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A4BBE6 (or 0xA4BBE6) is known color: Perano. HEX triplet: A4, BB and E6. RGB value is (164,187,230). Sum of RGB (Red+Green+Blue) = 164+187+230=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4BBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBE6 is #5B4419. Grayscale: #B8B8B8. Windows color (decimal): -5981210 or 15121316. OLE color: 15121316.

HSL color Cylindrical-coordinate representation of color #A4BBE6: hue angle of 219.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4BBE6 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 187 230 -
CMYK 0.29 0.19 0 0.10
HSL 219.09º 0.57% 0.77% -
HSV(B) 219.09º 0.29% 0.9% -
XYZ 47.36 49.15 81.85 -
YUV 185.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 164 187 230 0.29 0.19 0 0.10 219.09 0.57 0.77
Hex A4 BB E6 1D 13 0 A DB 39 4D
Octal 244 273 346 35 23 0 12 333 71 115
Binary 10100100 10111011 11100110 11101 10011 0 1010 11011011 111001 1001101

Color Harmonies of #A4BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBE6

Black with #A4BBE6

Text Example


Text Example

White with #A4BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBE6; }

 p { color: rgb(164,187,230); }

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

background-color css

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

 a { background-color: rgb(164,187,230); }

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

border-color css

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

 span { border-color: rgb(164,187,230); }

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