Html Css Color HEX #B0CFBB Nebula

📋 copy color: '#B0CFBB'

red 176 ◦ green 207 ◦ blue 187

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

Shades of Nebula #B0CFBB

Tints of Nebula #B0CFBB

RGB

 RED value IS 176 (69.14% from 255) = 30.88%

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

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 30.88%
G = 36.32%
B = 32.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B0CFBB (or 0xB0CFBB) is known color: Nebula. HEX triplet: B0, CF and BB. RGB value is (176,207,187). Sum of RGB (Red+Green+Blue) = 176+207+187=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBB is #4F3044. Grayscale: #C3C3C3. Windows color (decimal): -5189701 or 12308400. OLE color: 12308400.

HSL color Cylindrical-coordinate representation of color #B0CFBB: hue angle of 141.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFBB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 187 -
CMYK 0.15 0 0.10 0.19
HSL 141.29º 0.24% 0.75% -
HSV(B) 141.29º 0.15% 0.81% -
XYZ 49.19 57.44 55.51 -
YUV 195.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 176 207 187 0.15 0 0.10 0.19 141.29 0.24 0.75
Hex B0 CF BB F 0 A 13 8D 18 4B
Octal 260 317 273 17 0 12 23 215 30 113
Binary 10110000 11001111 10111011 1111 0 1010 10011 10001101 11000 1001011

Color Harmonies of #B0CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFBB

Black with #B0CFBB

Text Example


Text Example

White with #B0CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFBB; }

 p { color: rgb(176,207,187); }

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

background-color css

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

 a { background-color: rgb(176,207,187); }

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

border-color css

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

 span { border-color: rgb(176,207,187); }

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