Html Css Color HEX #BDD6C0 Sea Mist

📋 copy color: '#BDD6C0'

red 189 ◦ green 214 ◦ blue 192

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

Shades of Sea Mist #BDD6C0

Tints of Sea Mist #BDD6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.97%

 BLUE value IS 192 (75.39% from 255) = 32.27%

R = 31.76%
G = 35.97%
B = 32.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BDD6C0 (or 0xBDD6C0) is known color: Sea Mist. HEX triplet: BD, D6 and C0. RGB value is (189,214,192). Sum of RGB (Red+Green+Blue) = 189+214+192=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6C0 is #42293F. Grayscale: #CCCCCC. Windows color (decimal): -4335936 or 12637885. OLE color: 12637885.

HSL color Cylindrical-coordinate representation of color #BDD6C0: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD6C0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 192 -
CMYK 0.12 0 0.10 0.16
HSL 127.2º 0.23% 0.79% -
HSV(B) 127.2º 0.12% 0.84% -
XYZ 54.55 62.72 59.1 -
YUV 204.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 189 214 192 0.12 0 0.10 0.16 127.2 0.23 0.79
Hex BD D6 C0 C 0 A 10 7F 17 4F
Octal 275 326 300 14 0 12 20 177 27 117
Binary 10111101 11010110 11000000 1100 0 1010 10000 1111111 10111 1001111

Color Harmonies of #BDD6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6C0

Black with #BDD6C0

Text Example


Text Example

White with #BDD6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6C0; }

 p { color: rgb(189,214,192); }

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

background-color css

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

 a { background-color: rgb(189,214,192); }

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

border-color css

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

 span { border-color: rgb(189,214,192); }

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