Html Css Color HEX #B2CFBC Nebula

📋 copy color: '#B2CFBC'

red 178 ◦ green 207 ◦ blue 188

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

Shades of Nebula #B2CFBC

Tints of Nebula #B2CFBC

RGB

 RED value IS 178 (69.92% from 255) = 31.06%

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

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

R = 31.06%
G = 36.13%
B = 32.81%

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

#B2CFBC (or 0xB2CFBC) is known color: Nebula. HEX triplet: B2, CF and BC. RGB value is (178,207,188). Sum of RGB (Red+Green+Blue) = 178+207+188=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFBC is #4D3043. Grayscale: #C4C4C4. Windows color (decimal): -5058628 or 12373938. OLE color: 12373938.

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

Color convert

RGB 178 207 188 -
CMYK 0.14 0 0.09 0.19
HSL 140.69º 0.23% 0.75% -
HSV(B) 140.69º 0.14% 0.81% -
XYZ 49.75 57.72 56.1 -
YUV 196.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 178 207 188 0.14 0 0.09 0.19 140.69 0.23 0.75
Hex B2 CF BC E 0 9 13 8D 17 4B
Octal 262 317 274 16 0 11 23 215 27 113
Binary 10110010 11001111 10111100 1110 0 1001 10011 10001101 10111 1001011

Color Harmonies of #B2CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFBC

Black with #B2CFBC

Text Example


Text Example

White with #B2CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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