Html Css Color HEX #B3D3BE Nebula

📋 copy color: '#B3D3BE'

red 179 ◦ green 211 ◦ blue 190

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

Shades of Nebula #B3D3BE

Tints of Nebula #B3D3BE

RGB

 RED value IS 179 (70.31% from 255) = 30.86%

 GREEN value IS 211 (82.81% from 255) = 36.38%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 30.86%
G = 36.38%
B = 32.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#B3D3BE (or 0xB3D3BE) is known color: Nebula. HEX triplet: B3, D3 and BE. RGB value is (179,211,190). Sum of RGB (Red+Green+Blue) = 179+211+190=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3BE is #4C2C41. Grayscale: #C7C7C7. Windows color (decimal): -4992066 or 12506035. OLE color: 12506035.

HSL color Cylindrical-coordinate representation of color #B3D3BE: hue angle of 140.62º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3D3BE is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 211 190 -
CMYK 0.15 0 0.10 0.17
HSL 140.63º 0.27% 0.76% -
HSV(B) 140.63º 0.15% 0.83% -
XYZ 51.18 59.89 57.58 -
YUV 199.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 179 211 190 0.15 0 0.10 0.17 140.63 0.27 0.76
Hex B3 D3 BE F 0 A 11 8D 1B 4C
Octal 263 323 276 17 0 12 21 215 33 114
Binary 10110011 11010011 10111110 1111 0 1010 10001 10001101 11011 1001100

Color Harmonies of #B3D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D3BE

Black with #B3D3BE

Text Example


Text Example

White with #B3D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D3BE; }

 p { color: rgb(179,211,190); }

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

background-color css

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

 a { background-color: rgb(179,211,190); }

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

border-color css

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

 span { border-color: rgb(179,211,190); }

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