Html Css Color HEX #BDD9BF Sea Mist

📋 copy color: '#BDD9BF'

red 189 ◦ green 217 ◦ blue 191

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

Shades of Sea Mist #BDD9BF

Tints of Sea Mist #BDD9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

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

R = 31.66%
G = 36.35%
B = 31.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BDD9BF (or 0xBDD9BF) is known color: Sea Mist. HEX triplet: BD, D9 and BF. RGB value is (189,217,191). Sum of RGB (Red+Green+Blue) = 189+217+191=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9BF is #422640. Grayscale: #CDCDCD. Windows color (decimal): -4335169 or 12573117. OLE color: 12573117.

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

Color convert

RGB 189 217 191 -
CMYK 0.13 0 0.12 0.15
HSL 124.29º 0.27% 0.8% -
HSV(B) 124.29º 0.13% 0.85% -
XYZ 55.2 64.21 58.77 -
YUV 205.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 189 217 191 0.13 0 0.12 0.15 124.29 0.27 0.8
Hex BD D9 BF D 0 C F 7C 1B 50
Octal 275 331 277 15 0 14 17 174 33 120
Binary 10111101 11011001 10111111 1101 0 1100 1111 1111100 11011 1010000

Color Harmonies of #BDD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9BF

Black with #BDD9BF

Text Example


Text Example

White with #BDD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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