Html Css Color HEX #BFD1C6 Nebula

📋 copy color: '#BFD1C6'

red 191 ◦ green 209 ◦ blue 198

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

Shades of Nebula #BFD1C6

Tints of Nebula #BFD1C6

RGB

 RED value IS 191 (75% from 255) = 31.94%

 GREEN value IS 209 (82.03% from 255) = 34.95%

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 31.94%
G = 34.95%
B = 33.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#BFD1C6 (or 0xBFD1C6) is known color: Nebula. HEX triplet: BF, D1 and C6. RGB value is (191,209,198). Sum of RGB (Red+Green+Blue) = 191+209+198=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1C6 is #402E39. Grayscale: #CACACA. Windows color (decimal): -4206138 or 13029823. OLE color: 13029823.

HSL color Cylindrical-coordinate representation of color #BFD1C6: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1C6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 198 -
CMYK 0.09 0 0.05 0.18
HSL 143.33º 0.16% 0.78% -
HSV(B) 143.33º 0.09% 0.82% -
XYZ 54.48 60.75 62.28 -
YUV 202.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 191 209 198 0.09 0 0.05 0.18 143.33 0.16 0.78
Hex BF D1 C6 9 0 5 12 8F 10 4E
Octal 277 321 306 11 0 5 22 217 20 116
Binary 10111111 11010001 11000110 1001 0 101 10010 10001111 10000 1001110

Color Harmonies of #BFD1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1C6

Black with #BFD1C6

Text Example


Text Example

White with #BFD1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1C6; }

 p { color: rgb(191,209,198); }

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

background-color css

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

 a { background-color: rgb(191,209,198); }

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

border-color css

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

 span { border-color: rgb(191,209,198); }

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