Html Css Color HEX #B3CFBC Nebula

📋 copy color: '#B3CFBC'

red 179 ◦ green 207 ◦ blue 188

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

Shades of Nebula #B3CFBC

Tints of Nebula #B3CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 31.18%
G = 36.06%
B = 32.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#B3CFBC (or 0xB3CFBC) is known color: Nebula. HEX triplet: B3, CF and BC. RGB value is (179,207,188). Sum of RGB (Red+Green+Blue) = 179+207+188=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFBC is #4C3043. Grayscale: #C4C4C4. Windows color (decimal): -4993092 or 12373939. OLE color: 12373939.

HSL color Cylindrical-coordinate representation of color #B3CFBC: hue angle of 139.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFBC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 207 188 -
CMYK 0.14 0 0.09 0.19
HSL 139.29º 0.23% 0.76% -
HSV(B) 139.29º 0.14% 0.81% -
XYZ 49.98 57.84 56.11 -
YUV 196.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 179 207 188 0.14 0 0.09 0.19 139.29 0.23 0.76
Hex B3 CF BC E 0 9 13 8B 17 4C
Octal 263 317 274 16 0 11 23 213 27 114
Binary 10110011 11001111 10111100 1110 0 1001 10011 10001011 10111 1001100

Color Harmonies of #B3CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFBC

Black with #B3CFBC

Text Example


Text Example

White with #B3CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFBC; }

 p { color: rgb(179,207,188); }

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

background-color css

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

 a { background-color: rgb(179,207,188); }

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

border-color css

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

 span { border-color: rgb(179,207,188); }

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