Html Css Color HEX #BDDFBF Sea Mist

📋 copy color: '#BDDFBF'

red 189 ◦ green 223 ◦ blue 191

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

Shades of Sea Mist #BDDFBF

Tints of Sea Mist #BDDFBF

RGB

 RED value IS 189 (74.22% from 255) = 31.34%

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 31.34%
G = 36.98%
B = 31.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BDDFBF (or 0xBDDFBF) is known color: Sea Mist. HEX triplet: BD, DF and BF. RGB value is (189,223,191). Sum of RGB (Red+Green+Blue) = 189+223+191=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFBF is #422040. Grayscale: #D1D1D1. Windows color (decimal): -4333633 or 12574653. OLE color: 12574653.

HSL color Cylindrical-coordinate representation of color #BDDFBF: hue angle of 123.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFBF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 191 -
CMYK 0.15 0 0.14 0.13
HSL 123.53º 0.35% 0.81% -
HSV(B) 123.53º 0.15% 0.87% -
XYZ 56.78 67.36 59.3 -
YUV 209.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 189 223 191 0.15 0 0.14 0.13 123.53 0.35 0.81
Hex BD DF BF F 0 E D 7C 23 51
Octal 275 337 277 17 0 16 15 174 43 121
Binary 10111101 11011111 10111111 1111 0 1110 1101 1111100 100011 1010001

Color Harmonies of #BDDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFBF

Black with #BDDFBF

Text Example


Text Example

White with #BDDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFBF; }

 p { color: rgb(189,223,191); }

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

background-color css

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

 a { background-color: rgb(189,223,191); }

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

border-color css

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

 span { border-color: rgb(189,223,191); }

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