Html Css Color HEX #BAD5C4 Nebula

📋 copy color: '#BAD5C4'

red 186 ◦ green 213 ◦ blue 196

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

Shades of Nebula #BAD5C4

Tints of Nebula #BAD5C4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

 BLUE value IS 196 (76.95% from 255) = 32.94%

R = 31.26%
G = 35.8%
B = 32.94%

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

#BAD5C4 (or 0xBAD5C4) is known color: Nebula. HEX triplet: BA, D5 and C4. RGB value is (186,213,196). Sum of RGB (Red+Green+Blue) = 186+213+196=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5C4 is #452A3B. Grayscale: #CBCBCB. Windows color (decimal): -4532796 or 12899770. OLE color: 12899770.

HSL color Cylindrical-coordinate representation of color #BAD5C4: hue angle of 142.22º degrees, saturation: 0.24, 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 #BAD5C4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 196 -
CMYK 0.13 0 0.08 0.16
HSL 142.22º 0.24% 0.78% -
HSV(B) 142.22º 0.13% 0.84% -
XYZ 54.01 62.01 61.35 -
YUV 202.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 186 213 196 0.13 0 0.08 0.16 142.22 0.24 0.78
Hex BA D5 C4 D 0 8 10 8E 18 4E
Octal 272 325 304 15 0 10 20 216 30 116
Binary 10111010 11010101 11000100 1101 0 1000 10000 10001110 11000 1001110

Color Harmonies of #BAD5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5C4

Black with #BAD5C4

Text Example


Text Example

White with #BAD5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5C4; }

 p { color: rgb(186,213,196); }

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

background-color css

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

 a { background-color: rgb(186,213,196); }

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

border-color css

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

 span { border-color: rgb(186,213,196); }

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