Html Css Color HEX #A8BDE8 Perano

📋 copy color: '#A8BDE8'

red 168 ◦ green 189 ◦ blue 232

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

Shades of Perano #A8BDE8

Tints of Perano #A8BDE8

RGB

 RED value IS 168 (66.02% from 255) = 28.52%

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 28.52%
G = 32.09%
B = 39.39%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8BDE8 (or 0xA8BDE8) is known color: Perano. HEX triplet: A8, BD and E8. RGB value is (168,189,232). Sum of RGB (Red+Green+Blue) = 168+189+232=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8BDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDE8 is #574217. Grayscale: #BBBBBB. Windows color (decimal): -5718552 or 15252904. OLE color: 15252904.

HSL color Cylindrical-coordinate representation of color #A8BDE8: hue angle of 220.31º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BDE8 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 189 232 -
CMYK 0.28 0.19 0 0.09
HSL 220.31º 0.58% 0.78% -
HSV(B) 220.31º 0.28% 0.91% -
XYZ 48.91 50.55 83.52 -
YUV 187.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 168 189 232 0.28 0.19 0 0.09 220.31 0.58 0.78
Hex A8 BD E8 1C 13 0 9 DC 3A 4E
Octal 250 275 350 34 23 0 11 334 72 116
Binary 10101000 10111101 11101000 11100 10011 0 1001 11011100 111010 1001110

Color Harmonies of #A8BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDE8

Black with #A8BDE8

Text Example


Text Example

White with #A8BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDE8; }

 p { color: rgb(168,189,232); }

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

background-color css

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

 a { background-color: rgb(168,189,232); }

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

border-color css

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

 span { border-color: rgb(168,189,232); }

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