Html Css Color HEX #BDD7C0 Sea Mist

📋 copy color: '#BDD7C0'

red 189 ◦ green 215 ◦ blue 192

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

Shades of Sea Mist #BDD7C0

Tints of Sea Mist #BDD7C0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.07%

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

R = 31.71%
G = 36.07%
B = 32.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#BDD7C0 (or 0xBDD7C0) is known color: Sea Mist. HEX triplet: BD, D7 and C0. RGB value is (189,215,192). Sum of RGB (Red+Green+Blue) = 189+215+192=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C0 is #42283F. Grayscale: #CCCCCC. Windows color (decimal): -4335680 or 12638141. OLE color: 12638141.

HSL color Cylindrical-coordinate representation of color #BDD7C0: hue angle of 126.92º degrees, saturation: 0.25, 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 #BDD7C0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 192 -
CMYK 0.12 0 0.11 0.16
HSL 126.92º 0.25% 0.79% -
HSV(B) 126.92º 0.12% 0.84% -
XYZ 54.8 63.23 59.18 -
YUV 204.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 189 215 192 0.12 0 0.11 0.16 126.92 0.25 0.79
Hex BD D7 C0 C 0 B 10 7F 19 4F
Octal 275 327 300 14 0 13 20 177 31 117
Binary 10111101 11010111 11000000 1100 0 1011 10000 1111111 11001 1001111

Color Harmonies of #BDD7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7C0

Black with #BDD7C0

Text Example


Text Example

White with #BDD7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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