Html Css Color HEX #BDDBBF Sea Mist

📋 copy color: '#BDDBBF'

red 189 ◦ green 219 ◦ blue 191

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

Shades of Sea Mist #BDDBBF

Tints of Sea Mist #BDDBBF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 31.55%
G = 36.56%
B = 31.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#BDDBBF (or 0xBDDBBF) is known color: Sea Mist. HEX triplet: BD, DB and BF. RGB value is (189,219,191). Sum of RGB (Red+Green+Blue) = 189+219+191=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBF is #422440. Grayscale: #CECECE. Windows color (decimal): -4334657 or 12573629. OLE color: 12573629.

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

Color convert

RGB 189 219 191 -
CMYK 0.14 0 0.13 0.14
HSL 124º 0.29% 0.8% -
HSV(B) 124º 0.14% 0.86% -
XYZ 55.72 65.24 58.95 -
YUV 206.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 189 219 191 0.14 0 0.13 0.14 124 0.29 0.8
Hex BD DB BF E 0 D E 7C 1D 50
Octal 275 333 277 16 0 15 16 174 35 120
Binary 10111101 11011011 10111111 1110 0 1101 1110 1111100 11101 1010000

Color Harmonies of #BDDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBBF

Black with #BDDBBF

Text Example


Text Example

White with #BDDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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