Html Css Color HEX #A4BCFE Perano

📋 copy color: '#A4BCFE'

red 164 ◦ green 188 ◦ blue 254

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

Shades of Perano #A4BCFE

Tints of Perano #A4BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 27.06%
G = 31.02%
B = 41.91%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4BCFE (or 0xA4BCFE) is known color: Perano. HEX triplet: A4, BC and FE. RGB value is (164,188,254). Sum of RGB (Red+Green+Blue) = 164+188+254=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFE is #5B4301. Grayscale: #BCBCBC. Windows color (decimal): -5980930 or 16694436. OLE color: 16694436.

HSL color Cylindrical-coordinate representation of color #A4BCFE: hue angle of 224º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4BCFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 188 254 -
CMYK 0.35 0.26 0 0.00
HSL 224º 0.98% 0.82% -
HSV(B) 224º 0.35% 1% -
XYZ 51.18 51.01 100.92 -
YUV 188.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 164 188 254 0.35 0.26 0 0.00 224 0.98 0.82
Hex A4 BC FE 23 1A 0 0 E0 62 52
Octal 244 274 376 43 32 0 0 340 142 122
Binary 10100100 10111100 11111110 100011 11010 0 0 11100000 1100010 1010010

Color Harmonies of #A4BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCFE

Black with #A4BCFE

Text Example


Text Example

White with #A4BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCFE; }

 p { color: rgb(164,188,254); }

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

background-color css

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

 a { background-color: rgb(164,188,254); }

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

border-color css

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

 span { border-color: rgb(164,188,254); }

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