Html Css Color HEX #A4BCFD Perano

📋 copy color: '#A4BCFD'

red 164 ◦ green 188 ◦ blue 253

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

Shades of Perano #A4BCFD

Tints of Perano #A4BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 27.11%
G = 31.07%
B = 41.82%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A4BCFD (or 0xA4BCFD) is known color: Perano. HEX triplet: A4, BC and FD. RGB value is (164,188,253). Sum of RGB (Red+Green+Blue) = 164+188+253=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFD is #5B4302. Grayscale: #BBBBBB. Windows color (decimal): -5980931 or 16628900. OLE color: 16628900.

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

Color convert

RGB 164 188 253 -
CMYK 0.35 0.26 0 0.01
HSL 223.82º 0.96% 0.82% -
HSV(B) 223.82º 0.35% 0.99% -
XYZ 51.02 50.95 100.07 -
YUV 188.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 164 188 253 0.35 0.26 0 0.01 223.82 0.96 0.82
Hex A4 BC FD 23 1A 0 1 E0 60 52
Octal 244 274 375 43 32 0 1 340 140 122
Binary 10100100 10111100 11111101 100011 11010 0 1 11100000 1100000 1010010

Color Harmonies of #A4BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCFD

Black with #A4BCFD

Text Example


Text Example

White with #A4BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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