Html Css Color HEX #ADCFBE Nebula

📋 copy color: '#ADCFBE'

red 173 ◦ green 207 ◦ blue 190

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

Shades of Nebula #ADCFBE

Tints of Nebula #ADCFBE

RGB

 RED value IS 173 (67.97% from 255) = 30.35%

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 30.35%
G = 36.32%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#ADCFBE (or 0xADCFBE) is known color: Nebula. HEX triplet: AD, CF and BE. RGB value is (173,207,190). Sum of RGB (Red+Green+Blue) = 173+207+190=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFBE is #523041. Grayscale: #C2C2C2. Windows color (decimal): -5386306 or 12505005. OLE color: 12505005.

HSL color Cylindrical-coordinate representation of color #ADCFBE: hue angle of 150º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFBE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 190 -
CMYK 0.16 0 0.08 0.19
HSL 150º 0.26% 0.75% -
HSV(B) 150º 0.16% 0.81% -
XYZ 48.84 57.23 57.19 -
YUV 194.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 173 207 190 0.16 0 0.08 0.19 150 0.26 0.75
Hex AD CF BE 10 0 8 13 96 1A 4B
Octal 255 317 276 20 0 10 23 226 32 113
Binary 10101101 11001111 10111110 10000 0 1000 10011 10010110 11010 1001011

Color Harmonies of #ADCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFBE

Black with #ADCFBE

Text Example


Text Example

White with #ADCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFBE; }

 p { color: rgb(173,207,190); }

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

background-color css

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

 a { background-color: rgb(173,207,190); }

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

border-color css

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

 span { border-color: rgb(173,207,190); }

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