Html Css Color HEX #BDDABF Sea Mist

📋 copy color: '#BDDABF'

red 189 ◦ green 218 ◦ blue 191

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

Shades of Sea Mist #BDDABF

Tints of Sea Mist #BDDABF

RGB

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

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

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

R = 31.61%
G = 36.45%
B = 31.94%

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

#BDDABF (or 0xBDDABF) is known color: Sea Mist. HEX triplet: BD, DA and BF. RGB value is (189,218,191). Sum of RGB (Red+Green+Blue) = 189+218+191=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABF is #422540. Grayscale: #CECECE. Windows color (decimal): -4334913 or 12573373. OLE color: 12573373.

HSL color Cylindrical-coordinate representation of color #BDDABF: hue angle of 124.14º degrees, saturation: 0.28, 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 #BDDABF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 191 -
CMYK 0.13 0 0.12 0.15
HSL 124.14º 0.28% 0.8% -
HSV(B) 124.14º 0.13% 0.85% -
XYZ 55.46 64.72 58.86 -
YUV 206.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 189 218 191 0.13 0 0.12 0.15 124.14 0.28 0.8
Hex BD DA BF D 0 C F 7C 1C 50
Octal 275 332 277 15 0 14 17 174 34 120
Binary 10111101 11011010 10111111 1101 0 1100 1111 1111100 11100 1010000

Color Harmonies of #BDDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABF

Black with #BDDABF

Text Example


Text Example

White with #BDDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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