Html Css Color HEX #B1CCBF Nebula

📋 copy color: '#B1CCBF'

red 177 ◦ green 204 ◦ blue 191

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

Shades of Nebula #B1CCBF

Tints of Nebula #B1CCBF

RGB

 RED value IS 177 (69.53% from 255) = 30.94%

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

 BLUE value IS 191 (75% from 255) = 33.39%

R = 30.94%
G = 35.66%
B = 33.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#B1CCBF (or 0xB1CCBF) is known color: Nebula. HEX triplet: B1, CC and BF. RGB value is (177,204,191). Sum of RGB (Red+Green+Blue) = 177+204+191=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBF is #4E3340. Grayscale: #C2C2C2. Windows color (decimal): -5124929 or 12569777. OLE color: 12569777.

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

Color convert

RGB 177 204 191 -
CMYK 0.13 0 0.06 0.2
HSL 151.11º 0.21% 0.75% -
HSV(B) 151.11º 0.13% 0.8% -
XYZ 49.13 56.29 57.57 -
YUV 194.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 177 204 191 0.13 0 0.06 0.2 151.11 0.21 0.75
Hex B1 CC BF D 0 6 14 97 15 4B
Octal 261 314 277 15 0 6 24 227 25 113
Binary 10110001 11001100 10111111 1101 0 110 10100 10010111 10101 1001011

Color Harmonies of #B1CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCBF

Black with #B1CCBF

Text Example


Text Example

White with #B1CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCBF; }

 p { color: rgb(177,204,191); }

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

background-color css

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

 a { background-color: rgb(177,204,191); }

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

border-color css

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

 span { border-color: rgb(177,204,191); }

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