Html Css Color HEX #B1DDC4 Nebula

📋 copy color: '#B1DDC4'

red 177 ◦ green 221 ◦ blue 196

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

Shades of Nebula #B1DDC4

Tints of Nebula #B1DDC4

RGB

 RED value IS 177 (69.53% from 255) = 29.8%

 GREEN value IS 221 (86.72% from 255) = 37.21%

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

R = 29.8%
G = 37.21%
B = 33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#B1DDC4 (or 0xB1DDC4) is known color: Nebula. HEX triplet: B1, DD and C4. RGB value is (177,221,196). Sum of RGB (Red+Green+Blue) = 177+221+196=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDC4 is #4E223B. Grayscale: #CDCDCD. Windows color (decimal): -5120572 or 12901809. OLE color: 12901809.

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

Color convert

RGB 177 221 196 -
CMYK 0.20 0 0.11 0.13
HSL 145.91º 0.39% 0.78% -
HSV(B) 145.91º 0.2% 0.87% -
XYZ 53.95 65.05 61.94 -
YUV 204.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 177 221 196 0.20 0 0.11 0.13 145.91 0.39 0.78
Hex B1 DD C4 14 0 B D 92 27 4E
Octal 261 335 304 24 0 13 15 222 47 116
Binary 10110001 11011101 11000100 10100 0 1011 1101 10010010 100111 1001110

Color Harmonies of #B1DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDC4

Black with #B1DDC4

Text Example


Text Example

White with #B1DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDC4; }

 p { color: rgb(177,221,196); }

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

background-color css

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

 a { background-color: rgb(177,221,196); }

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

border-color css

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

 span { border-color: rgb(177,221,196); }

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