Html Css Color HEX #B9CEC1 Nebula

📋 copy color: '#B9CEC1'

red 185 ◦ green 206 ◦ blue 193

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

Shades of Nebula #B9CEC1

Tints of Nebula #B9CEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 31.68%
G = 35.27%
B = 33.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B9CEC1 (or 0xB9CEC1) is known color: Nebula. HEX triplet: B9, CE and C1. RGB value is (185,206,193). Sum of RGB (Red+Green+Blue) = 185+206+193=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC1 is #46313E. Grayscale: #C6C6C6. Windows color (decimal): -4600127 or 12701369. OLE color: 12701369.

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

Color convert

RGB 185 206 193 -
CMYK 0.10 0 0.06 0.19
HSL 142.86º 0.18% 0.77% -
HSV(B) 142.86º 0.1% 0.81% -
XYZ 51.7 58.31 58.98 -
YUV 198.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 185 206 193 0.10 0 0.06 0.19 142.86 0.18 0.77
Hex B9 CE C1 A 0 6 13 8F 12 4D
Octal 271 316 301 12 0 6 23 217 22 115
Binary 10111001 11001110 11000001 1010 0 110 10011 10001111 10010 1001101

Color Harmonies of #B9CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEC1

Black with #B9CEC1

Text Example


Text Example

White with #B9CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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