Html Css Color HEX #A8BBEC Perano

📋 copy color: '#A8BBEC'

red 168 ◦ green 187 ◦ blue 236

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

Shades of Perano #A8BBEC

Tints of Perano #A8BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 28.43%
G = 31.64%
B = 39.93%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8BBEC (or 0xA8BBEC) is known color: Perano. HEX triplet: A8, BB and EC. RGB value is (168,187,236). Sum of RGB (Red+Green+Blue) = 168+187+236=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBEC is #574413. Grayscale: #BABABA. Windows color (decimal): -5719060 or 15514536. OLE color: 15514536.

HSL color Cylindrical-coordinate representation of color #A8BBEC: hue angle of 223.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BBEC is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 187 236 -
CMYK 0.29 0.21 0 0.07
HSL 223.24º 0.64% 0.79% -
HSV(B) 223.24º 0.29% 0.93% -
XYZ 49.06 49.92 86.41 -
YUV 186.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 168 187 236 0.29 0.21 0 0.07 223.24 0.64 0.79
Hex A8 BB EC 1D 15 0 7 DF 40 4F
Octal 250 273 354 35 25 0 7 337 100 117
Binary 10101000 10111011 11101100 11101 10101 0 111 11011111 1000000 1001111

Color Harmonies of #A8BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBEC

Black with #A8BBEC

Text Example


Text Example

White with #A8BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBEC; }

 p { color: rgb(168,187,236); }

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

background-color css

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

 a { background-color: rgb(168,187,236); }

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

border-color css

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

 span { border-color: rgb(168,187,236); }

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