Html Css Color HEX #BAD4C5 Nebula

📋 copy color: '#BAD4C5'

red 186 ◦ green 212 ◦ blue 197

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

Shades of Nebula #BAD4C5

Tints of Nebula #BAD4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

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

R = 31.26%
G = 35.63%
B = 33.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#BAD4C5 (or 0xBAD4C5) is known color: Nebula. HEX triplet: BA, D4 and C5. RGB value is (186,212,197). Sum of RGB (Red+Green+Blue) = 186+212+197=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C5 is #452B3A. Grayscale: #CACACA. Windows color (decimal): -4533051 or 12965050. OLE color: 12965050.

HSL color Cylindrical-coordinate representation of color #BAD4C5: hue angle of 145.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4C5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 197 -
CMYK 0.12 0 0.07 0.17
HSL 145.38º 0.23% 0.78% -
HSV(B) 145.38º 0.12% 0.83% -
XYZ 53.87 61.56 61.87 -
YUV 202.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 186 212 197 0.12 0 0.07 0.17 145.38 0.23 0.78
Hex BA D4 C5 C 0 7 11 91 17 4E
Octal 272 324 305 14 0 7 21 221 27 116
Binary 10111010 11010100 11000101 1100 0 111 10001 10010001 10111 1001110

Color Harmonies of #BAD4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4C5

Black with #BAD4C5

Text Example


Text Example

White with #BAD4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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