Html Css Color HEX #BAD6C5 Nebula

📋 copy color: '#BAD6C5'

red 186 ◦ green 214 ◦ blue 197

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

Shades of Nebula #BAD6C5

Tints of Nebula #BAD6C5

RGB

 RED value IS 186 (73.05% from 255) = 31.16%

 GREEN value IS 214 (83.98% from 255) = 35.85%

 BLUE value IS 197 (77.34% from 255) = 33%

R = 31.16%
G = 35.85%
B = 33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BAD6C5 (or 0xBAD6C5) is known color: Nebula. HEX triplet: BA, D6 and C5. RGB value is (186,214,197). Sum of RGB (Red+Green+Blue) = 186+214+197=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6C5 is #45293A. Grayscale: #CBCBCB. Windows color (decimal): -4532539 or 12965562. OLE color: 12965562.

HSL color Cylindrical-coordinate representation of color #BAD6C5: hue angle of 143.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6C5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 197 -
CMYK 0.13 0 0.08 0.16
HSL 143.57º 0.25% 0.78% -
HSV(B) 143.57º 0.13% 0.84% -
XYZ 54.37 62.56 62.03 -
YUV 203.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 186 214 197 0.13 0 0.08 0.16 143.57 0.25 0.78
Hex BA D6 C5 D 0 8 10 90 19 4E
Octal 272 326 305 15 0 10 20 220 31 116
Binary 10111010 11010110 11000101 1101 0 1000 10000 10010000 11001 1001110

Color Harmonies of #BAD6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6C5

Black with #BAD6C5

Text Example


Text Example

White with #BAD6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6C5; }

 p { color: rgb(186,214,197); }

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

background-color css

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

 a { background-color: rgb(186,214,197); }

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

border-color css

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

 span { border-color: rgb(186,214,197); }

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