Html Css Color HEX #B2CCBE Nebula

📋 copy color: '#B2CCBE'

red 178 ◦ green 204 ◦ blue 190

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

Shades of Nebula #B2CCBE

Tints of Nebula #B2CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 31.12%
G = 35.66%
B = 33.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#B2CCBE (or 0xB2CCBE) is known color: Nebula. HEX triplet: B2, CC and BE. RGB value is (178,204,190). Sum of RGB (Red+Green+Blue) = 178+204+190=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBE is #4D3341. Grayscale: #C2C2C2. Windows color (decimal): -5059394 or 12504242. OLE color: 12504242.

HSL color Cylindrical-coordinate representation of color #B2CCBE: hue angle of 147.69º 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 #B2CCBE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 190 -
CMYK 0.13 0 0.07 0.2
HSL 147.69º 0.2% 0.75% -
HSV(B) 147.69º 0.13% 0.8% -
XYZ 49.25 56.37 57 -
YUV 194.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 178 204 190 0.13 0 0.07 0.2 147.69 0.2 0.75
Hex B2 CC BE D 0 7 14 94 14 4B
Octal 262 314 276 15 0 7 24 224 24 113
Binary 10110010 11001100 10111110 1101 0 111 10100 10010100 10100 1001011

Color Harmonies of #B2CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCBE

Black with #B2CCBE

Text Example


Text Example

White with #B2CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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