Html Css Color HEX #BAD2C4 Nebula

📋 copy color: '#BAD2C4'

red 186 ◦ green 210 ◦ blue 196

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

Shades of Nebula #BAD2C4

Tints of Nebula #BAD2C4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

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

R = 31.42%
G = 35.47%
B = 33.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#BAD2C4 (or 0xBAD2C4) is known color: Nebula. HEX triplet: BA, D2 and C4. RGB value is (186,210,196). Sum of RGB (Red+Green+Blue) = 186+210+196=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C4 is #452D3B. Grayscale: #C9C9C9. Windows color (decimal): -4533564 or 12899002. OLE color: 12899002.

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

Color convert

RGB 186 210 196 -
CMYK 0.11 0 0.07 0.18
HSL 145º 0.21% 0.78% -
HSV(B) 145º 0.11% 0.82% -
XYZ 53.26 60.52 61.1 -
YUV 201.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 186 210 196 0.11 0 0.07 0.18 145 0.21 0.78
Hex BA D2 C4 B 0 7 12 91 15 4E
Octal 272 322 304 13 0 7 22 221 25 116
Binary 10111010 11010010 11000100 1011 0 111 10010 10010001 10101 1001110

Color Harmonies of #BAD2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2C4

Black with #BAD2C4

Text Example


Text Example

White with #BAD2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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