Html Css Color HEX #A8CAB8 Nebula

📋 copy color: '#A8CAB8'

red 168 ◦ green 202 ◦ blue 184

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

Shades of Nebula #A8CAB8

Tints of Nebula #A8CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.46%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 30.32%
G = 36.46%
B = 33.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#A8CAB8 (or 0xA8CAB8) is known color: Nebula. HEX triplet: A8, CA and B8. RGB value is (168,202,184). Sum of RGB (Red+Green+Blue) = 168+202+184=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB8 is #573547. Grayscale: #BDBDBD. Windows color (decimal): -5715272 or 12110504. OLE color: 12110504.

HSL color Cylindrical-coordinate representation of color #A8CAB8: hue angle of 148.24º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAB8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 184 -
CMYK 0.17 0 0.09 0.21
HSL 148.24º 0.24% 0.73% -
HSV(B) 148.24º 0.17% 0.79% -
XYZ 45.92 54.03 53.36 -
YUV 189.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 168 202 184 0.17 0 0.09 0.21 148.24 0.24 0.73
Hex A8 CA B8 11 0 9 15 94 18 49
Octal 250 312 270 21 0 11 25 224 30 111
Binary 10101000 11001010 10111000 10001 0 1001 10101 10010100 11000 1001001

Color Harmonies of #A8CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAB8

Black with #A8CAB8

Text Example


Text Example

White with #A8CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAB8; }

 p { color: rgb(168,202,184); }

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

background-color css

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

 a { background-color: rgb(168,202,184); }

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

border-color css

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

 span { border-color: rgb(168,202,184); }

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