#B4DDC5

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

Shades of Nebula #B4DDC5

Tints of Nebula #B4DDC5

Color information

#B4DDC5 (or 0xB4DDC5) is unknown color: approx Nebula. HEX triplet: B4, DD and C5. RGB value is (180,221,197). Sum of RGB (Red+Green+Blue) = 180+221+197=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDC5 is #4B223A. Grayscale: #CECECE. Windows color (decimal): -4923963 or 12967348. OLE color: 12967348.

HSL color Cylindrical-coordinate representation of color #B4DDC5: hue angle of 144.88º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDC5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB180221197-
CMYK0.1900.110.13
HSL144.88º37.61%78.63%-
HSV(B)144.88º18.55%86.67%-
XYZ54.7665.4562.57-
YUV206122.92109.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=30.10%
G=36.96%
B=32.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211970.1900.110.13144.8837.6178.63
HexB4DDC5130BD91264f
Octal264335305230131522146117
Binary10110100110111011100010110011010111101100100011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDC5; }

 p { color: rgb(180,221,197); }

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

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

 a { background-color: rgb(180,221,197); }

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

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

 span { border-color: rgb(180,221,197); }

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