Html Css Color HEX #BDD2C0 Sea Mist

📋 copy color: '#BDD2C0'

red 189 ◦ green 210 ◦ blue 192

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

Shades of Sea Mist #BDD2C0

Tints of Sea Mist #BDD2C0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.53%

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

R = 31.98%
G = 35.53%
B = 32.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BDD2C0 (or 0xBDD2C0) is known color: Sea Mist. HEX triplet: BD, D2 and C0. RGB value is (189,210,192). Sum of RGB (Red+Green+Blue) = 189+210+192=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C0 is #422D3F. Grayscale: #C9C9C9. Windows color (decimal): -4336960 or 12636861. OLE color: 12636861.

HSL color Cylindrical-coordinate representation of color #BDD2C0: hue angle of 128.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 192 -
CMYK 0.10 0 0.09 0.18
HSL 128.57º 0.19% 0.78% -
HSV(B) 128.57º 0.1% 0.82% -
XYZ 53.55 60.72 58.77 -
YUV 201.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 189 210 192 0.10 0 0.09 0.18 128.57 0.19 0.78
Hex BD D2 C0 A 0 9 12 81 13 4E
Octal 275 322 300 12 0 11 22 201 23 116
Binary 10111101 11010010 11000000 1010 0 1001 10010 10000001 10011 1001110

Color Harmonies of #BDD2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2C0

Black with #BDD2C0

Text Example


Text Example

White with #BDD2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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