Html Css Color HEX #A8BDED Perano

📋 copy color: '#A8BDED'

red 168 ◦ green 189 ◦ blue 237

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

Shades of Perano #A8BDED

Tints of Perano #A8BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 28.28%
G = 31.82%
B = 39.9%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8BDED (or 0xA8BDED) is known color: Perano. HEX triplet: A8, BD and ED. RGB value is (168,189,237). Sum of RGB (Red+Green+Blue) = 168+189+237=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDED is #574212. Grayscale: #BBBBBB. Windows color (decimal): -5718547 or 15580584. OLE color: 15580584.

HSL color Cylindrical-coordinate representation of color #A8BDED: hue angle of 221.74º degrees, saturation: 0.66, 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 #A8BDED is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 189 237 -
CMYK 0.29 0.20 0 0.07
HSL 221.74º 0.66% 0.79% -
HSV(B) 221.74º 0.29% 0.93% -
XYZ 49.63 50.83 87.32 -
YUV 188.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 168 189 237 0.29 0.20 0 0.07 221.74 0.66 0.79
Hex A8 BD ED 1D 14 0 7 DE 42 4F
Octal 250 275 355 35 24 0 7 336 102 117
Binary 10101000 10111101 11101101 11101 10100 0 111 11011110 1000010 1001111

Color Harmonies of #A8BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDED

Black with #A8BDED

Text Example


Text Example

White with #A8BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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