#B0DCC4

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

Shades of Nebula #B0DCC4

Tints of Nebula #B0DCC4

Color information

#B0DCC4 (or 0xB0DCC4) is unknown color: approx Nebula. HEX triplet: B0, DC and C4. RGB value is (176,220,196). Sum of RGB (Red+Green+Blue) = 176+220+196=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCC4 is #4F233B. Grayscale: #CCCCCC. Windows color (decimal): -5186364 or 12901552. OLE color: 12901552.

HSL color Cylindrical-coordinate representation of color #B0DCC4: hue angle of 147.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCC4 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB176220196-
CMYK0.200.110.14
HSL147.27º38.6%77.65%-
HSV(B)147.27º20%86.27%-
XYZ53.4664.461.84-
YUV204.11123.42107.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=29.73%
G=37.16%
B=33.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201960.200.110.14147.2738.677.65
HexB0DCC4140BE93274e
Octal260334304240131622347116
Binary10110000110111001100010010100010111110100100111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCC4; }

 p { color: rgb(176,220,196); }

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

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

 a { background-color: rgb(176,220,196); }

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

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

 span { border-color: rgb(176,220,196); }

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