Html Css Color HEX #B2CCBB Nebula

📋 copy color: '#B2CCBB'

red 178 ◦ green 204 ◦ blue 187

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

Shades of Nebula #B2CCBB

Tints of Nebula #B2CCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

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

R = 31.28%
G = 35.85%
B = 32.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#B2CCBB (or 0xB2CCBB) is known color: Nebula. HEX triplet: B2, CC and BB. RGB value is (178,204,187). Sum of RGB (Red+Green+Blue) = 178+204+187=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBB is #4D3344. Grayscale: #C2C2C2. Windows color (decimal): -5059397 or 12307634. OLE color: 12307634.

HSL color Cylindrical-coordinate representation of color #B2CCBB: hue angle of 140.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCBB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 187 -
CMYK 0.13 0 0.08 0.2
HSL 140.77º 0.2% 0.75% -
HSV(B) 140.77º 0.13% 0.8% -
XYZ 48.92 56.24 55.29 -
YUV 194.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 178 204 187 0.13 0 0.08 0.2 140.77 0.2 0.75
Hex B2 CC BB D 0 8 14 8D 14 4B
Octal 262 314 273 15 0 10 24 215 24 113
Binary 10110010 11001100 10111011 1101 0 1000 10100 10001101 10100 1001011

Color Harmonies of #B2CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCBB

Black with #B2CCBB

Text Example


Text Example

White with #B2CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCBB; }

 p { color: rgb(178,204,187); }

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

background-color css

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

 a { background-color: rgb(178,204,187); }

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

border-color css

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

 span { border-color: rgb(178,204,187); }

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