Html Css Color HEX #BCD9BD Surf

📋 copy color: '#BCD9BD'

red 188 ◦ green 217 ◦ blue 189

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

Shades of Surf #BCD9BD

Tints of Surf #BCD9BD

RGB

 RED value IS 188 (73.83% from 255) = 31.65%

 GREEN value IS 217 (85.16% from 255) = 36.53%

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 31.65%
G = 36.53%
B = 31.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BCD9BD (or 0xBCD9BD) is known color: Surf. HEX triplet: BC, D9 and BD. RGB value is (188,217,189). Sum of RGB (Red+Green+Blue) = 188+217+189=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9BD is #432642. Grayscale: #CDCDCD. Windows color (decimal): -4400707 or 12442044. OLE color: 12442044.

HSL color Cylindrical-coordinate representation of color #BCD9BD: hue angle of 122.07º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9BD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 189 -
CMYK 0.13 0 0.13 0.15
HSL 122.07º 0.28% 0.79% -
HSV(B) 122.07º 0.13% 0.85% -
XYZ 54.74 63.99 57.61 -
YUV 205.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 188 217 189 0.13 0 0.13 0.15 122.07 0.28 0.79
Hex BC D9 BD D 0 D F 7A 1C 4F
Octal 274 331 275 15 0 15 17 172 34 117
Binary 10111100 11011001 10111101 1101 0 1101 1111 1111010 11100 1001111

Color Harmonies of #BCD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9BD

Black with #BCD9BD

Text Example


Text Example

White with #BCD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9BD; }

 p { color: rgb(188,217,189); }

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

background-color css

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

 a { background-color: rgb(188,217,189); }

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

border-color css

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

 span { border-color: rgb(188,217,189); }

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