Html Css Color HEX #B7DAC6 Nebula

📋 copy color: '#B7DAC6'

red 183 ◦ green 218 ◦ blue 198

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

Shades of Nebula #B7DAC6

Tints of Nebula #B7DAC6

RGB

 RED value IS 183 (71.88% from 255) = 30.55%

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 198 (77.73% from 255) = 33.06%

R = 30.55%
G = 36.39%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B7DAC6 (or 0xB7DAC6) is known color: Nebula. HEX triplet: B7, DA and C6. RGB value is (183,218,198). Sum of RGB (Red+Green+Blue) = 183+218+198=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAC6 is #482539. Grayscale: #CDCDCD. Windows color (decimal): -4728122 or 13032119. OLE color: 13032119.

HSL color Cylindrical-coordinate representation of color #B7DAC6: hue angle of 145.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DAC6 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 198 -
CMYK 0.16 0 0.09 0.15
HSL 145.71º 0.32% 0.79% -
HSV(B) 145.71º 0.16% 0.85% -
XYZ 54.79 64.29 62.95 -
YUV 205.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 183 218 198 0.16 0 0.09 0.15 145.71 0.32 0.79
Hex B7 DA C6 10 0 9 F 92 20 4F
Octal 267 332 306 20 0 11 17 222 40 117
Binary 10110111 11011010 11000110 10000 0 1001 1111 10010010 100000 1001111

Color Harmonies of #B7DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAC6

Black with #B7DAC6

Text Example


Text Example

White with #B7DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAC6; }

 p { color: rgb(183,218,198); }

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

background-color css

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

 a { background-color: rgb(183,218,198); }

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

border-color css

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

 span { border-color: rgb(183,218,198); }

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