Html Css Color HEX #BCD5BF Surf

📋 copy color: '#BCD5BF'

red 188 ◦ green 213 ◦ blue 191

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

Shades of Surf #BCD5BF

Tints of Surf #BCD5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 31.76%
G = 35.98%
B = 32.26%

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

#BCD5BF (or 0xBCD5BF) is known color: Surf. HEX triplet: BC, D5 and BF. RGB value is (188,213,191). Sum of RGB (Red+Green+Blue) = 188+213+191=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BF is #432A40. Grayscale: #CBCBCB. Windows color (decimal): -4401729 or 12572092. OLE color: 12572092.

HSL color Cylindrical-coordinate representation of color #BCD5BF: 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 #BCD5BF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 191 -
CMYK 0.12 0 0.10 0.16
HSL 127.2º 0.23% 0.79% -
HSV(B) 127.2º 0.12% 0.84% -
XYZ 53.94 62.04 58.42 -
YUV 203.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 188 213 191 0.12 0 0.10 0.16 127.2 0.23 0.79
Hex BC D5 BF C 0 A 10 7F 17 4F
Octal 274 325 277 14 0 12 20 177 27 117
Binary 10111100 11010101 10111111 1100 0 1010 10000 1111111 10111 1001111

Color Harmonies of #BCD5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5BF

Black with #BCD5BF

Text Example


Text Example

White with #BCD5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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