Html Css Color HEX #B9CFC1 Nebula

📋 copy color: '#B9CFC1'

red 185 ◦ green 207 ◦ blue 193

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

Shades of Nebula #B9CFC1

Tints of Nebula #B9CFC1

RGB

 RED value IS 185 (72.66% from 255) = 31.62%

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

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 31.62%
G = 35.38%
B = 32.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#B9CFC1 (or 0xB9CFC1) is known color: Nebula. HEX triplet: B9, CF and C1. RGB value is (185,207,193). Sum of RGB (Red+Green+Blue) = 185+207+193=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC1 is #46303E. Grayscale: #C6C6C6. Windows color (decimal): -4599871 or 12701625. OLE color: 12701625.

HSL color Cylindrical-coordinate representation of color #B9CFC1: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFC1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 193 -
CMYK 0.11 0 0.07 0.19
HSL 141.82º 0.19% 0.77% -
HSV(B) 141.82º 0.11% 0.81% -
XYZ 51.95 58.79 59.06 -
YUV 198.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 185 207 193 0.11 0 0.07 0.19 141.82 0.19 0.77
Hex B9 CF C1 B 0 7 13 8E 13 4D
Octal 271 317 301 13 0 7 23 216 23 115
Binary 10111001 11001111 11000001 1011 0 111 10011 10001110 10011 1001101

Color Harmonies of #B9CFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFC1

Black with #B9CFC1

Text Example


Text Example

White with #B9CFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFC1; }

 p { color: rgb(185,207,193); }

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

background-color css

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

 a { background-color: rgb(185,207,193); }

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

border-color css

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

 span { border-color: rgb(185,207,193); }

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