#B7D2C4

Color #B7D2C4 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B7D2C4

Tints of Nebula #B7D2C4

Color information

#B7D2C4 (or 0xB7D2C4) is unknown color: approx Nebula. HEX triplet: B7, D2 and C4. RGB value is (183,210,196). Sum of RGB (Red+Green+Blue) = 183+210+196=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2C4 is #482D3B. Grayscale: #C8C8C8. Windows color (decimal): -4730172 or 12898999. OLE color: 12898999.

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

Color convert

RGB183210196-
CMYK0.1300.070.18
HSL148.89º23.08%77.06%-
HSV(B)148.89º12.86%82.35%-
XYZ52.5460.1561.06-
YUV200.33125.55115.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=31.07%
G=35.65%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832101960.1300.070.18148.8923.0877.06
HexB7D2C4D071295174d
Octal26732230415072222527115
Binary101101111101001011000100110101111001010010101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2C4; }

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

 H1.HeaderClassName
 {
   color: #B7D2C4;
 }
 .AnyTagClassName
 {
   color: #B7D2C4;
 }
</style>
background-color css

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

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

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

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

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

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