Html Css Color HEX #BCD9BF Surf

📋 copy color: '#BCD9BF'

red 188 ◦ green 217 ◦ blue 191

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

Shades of Surf #BCD9BF

Tints of Surf #BCD9BF

RGB

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

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

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

R = 31.54%
G = 36.41%
B = 32.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BCD9BF (or 0xBCD9BF) is known color: Surf. HEX triplet: BC, D9 and BF. RGB value is (188,217,191). Sum of RGB (Red+Green+Blue) = 188+217+191=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9BF is #432640. Grayscale: #CDCDCD. Windows color (decimal): -4400705 or 12573116. OLE color: 12573116.

HSL color Cylindrical-coordinate representation of color #BCD9BF: hue angle of 126.21º 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 #BCD9BF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 191 -
CMYK 0.13 0 0.12 0.15
HSL 126.21º 0.28% 0.79% -
HSV(B) 126.21º 0.13% 0.85% -
XYZ 54.96 64.08 58.76 -
YUV 205.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 188 217 191 0.13 0 0.12 0.15 126.21 0.28 0.79
Hex BC D9 BF D 0 C F 7E 1C 4F
Octal 274 331 277 15 0 14 17 176 34 117
Binary 10111100 11011001 10111111 1101 0 1100 1111 1111110 11100 1001111

Color Harmonies of #BCD9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9BF

Black with #BCD9BF

Text Example


Text Example

White with #BCD9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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