Html Css Color HEX #BAD0C4 Nebula

📋 copy color: '#BAD0C4'

red 186 ◦ green 208 ◦ blue 196

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

Shades of Nebula #BAD0C4

Tints of Nebula #BAD0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

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

R = 31.53%
G = 35.25%
B = 33.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#BAD0C4 (or 0xBAD0C4) is known color: Nebula. HEX triplet: BA, D0 and C4. RGB value is (186,208,196). Sum of RGB (Red+Green+Blue) = 186+208+196=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0C4 is #452F3B. Grayscale: #C8C8C8. Windows color (decimal): -4534076 or 12898490. OLE color: 12898490.

HSL color Cylindrical-coordinate representation of color #BAD0C4: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0C4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 196 -
CMYK 0.11 0 0.06 0.18
HSL 147.27º 0.19% 0.77% -
HSV(B) 147.27º 0.11% 0.82% -
XYZ 52.77 59.54 60.93 -
YUV 200.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 186 208 196 0.11 0 0.06 0.18 147.27 0.19 0.77
Hex BA D0 C4 B 0 6 12 93 13 4D
Octal 272 320 304 13 0 6 22 223 23 115
Binary 10111010 11010000 11000100 1011 0 110 10010 10010011 10011 1001101

Color Harmonies of #BAD0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD0C4

Black with #BAD0C4

Text Example


Text Example

White with #BAD0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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