Html Css Color HEX #B0CFBC Nebula

📋 copy color: '#B0CFBC'

red 176 ◦ green 207 ◦ blue 188

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

Shades of Nebula #B0CFBC

Tints of Nebula #B0CFBC

RGB

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

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

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

R = 30.82%
G = 36.25%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#B0CFBC (or 0xB0CFBC) is known color: Nebula. HEX triplet: B0, CF and BC. RGB value is (176,207,188). Sum of RGB (Red+Green+Blue) = 176+207+188=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBC is #4F3043. Grayscale: #C3C3C3. Windows color (decimal): -5189700 or 12373936. OLE color: 12373936.

HSL color Cylindrical-coordinate representation of color #B0CFBC: hue angle of 143.23º 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 #B0CFBC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 188 -
CMYK 0.15 0 0.09 0.19
HSL 143.23º 0.24% 0.75% -
HSV(B) 143.23º 0.15% 0.81% -
XYZ 49.29 57.49 56.07 -
YUV 195.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 176 207 188 0.15 0 0.09 0.19 143.23 0.24 0.75
Hex B0 CF BC F 0 9 13 8F 18 4B
Octal 260 317 274 17 0 11 23 217 30 113
Binary 10110000 11001111 10111100 1111 0 1001 10011 10001111 11000 1001011

Color Harmonies of #B0CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFBC

Black with #B0CFBC

Text Example


Text Example

White with #B0CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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