Html Css Color HEX #BDDDBF Sea Mist

📋 copy color: '#BDDDBF'

red 189 ◦ green 221 ◦ blue 191

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

Shades of Sea Mist #BDDDBF

Tints of Sea Mist #BDDDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 31.45%
G = 36.77%
B = 31.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BDDDBF (or 0xBDDDBF) is known color: Sea Mist. HEX triplet: BD, DD and BF. RGB value is (189,221,191). Sum of RGB (Red+Green+Blue) = 189+221+191=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBF is #422240. Grayscale: #D0D0D0. Windows color (decimal): -4334145 or 12574141. OLE color: 12574141.

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

Color convert

RGB 189 221 191 -
CMYK 0.14 0 0.14 0.13
HSL 123.75º 0.32% 0.8% -
HSV(B) 123.75º 0.14% 0.87% -
XYZ 56.25 66.29 59.12 -
YUV 208.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 189 221 191 0.14 0 0.14 0.13 123.75 0.32 0.8
Hex BD DD BF E 0 E D 7C 20 50
Octal 275 335 277 16 0 16 15 174 40 120
Binary 10111101 11011101 10111111 1110 0 1110 1101 1111100 100000 1010000

Color Harmonies of #BDDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDBF

Black with #BDDDBF

Text Example


Text Example

White with #BDDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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