Html Css Color HEX #BFDAC0 Sea Mist

📋 copy color: '#BFDAC0'

red 191 ◦ green 218 ◦ blue 192

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

Shades of Sea Mist #BFDAC0

Tints of Sea Mist #BFDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 192 (75.39% from 255) = 31.95%

R = 31.78%
G = 36.27%
B = 31.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BFDAC0 (or 0xBFDAC0) is known color: Sea Mist. HEX triplet: BF, DA and C0. RGB value is (191,218,192). Sum of RGB (Red+Green+Blue) = 191+218+192=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC0 is #40253F. Grayscale: #CFCFCF. Windows color (decimal): -4203840 or 12638911. OLE color: 12638911.

HSL color Cylindrical-coordinate representation of color #BFDAC0: hue angle of 122.22º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 192 -
CMYK 0.12 0 0.12 0.15
HSL 122.22º 0.27% 0.8% -
HSV(B) 122.22º 0.12% 0.85% -
XYZ 56.07 65.02 59.46 -
YUV 206.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 191 218 192 0.12 0 0.12 0.15 122.22 0.27 0.8
Hex BF DA C0 C 0 C F 7A 1B 50
Octal 277 332 300 14 0 14 17 172 33 120
Binary 10111111 11011010 11000000 1100 0 1100 1111 1111010 11011 1010000

Color Harmonies of #BFDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAC0

Black with #BFDAC0

Text Example


Text Example

White with #BFDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAC0; }

 p { color: rgb(191,218,192); }

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

background-color css

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

 a { background-color: rgb(191,218,192); }

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

border-color css

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

 span { border-color: rgb(191,218,192); }

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