Html Css Color HEX #BCD6BE Surf

📋 copy color: '#BCD6BE'

red 188 ◦ green 214 ◦ blue 190

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

Shades of Surf #BCD6BE

Tints of Surf #BCD6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 190 (74.61% from 255) = 32.09%

R = 31.76%
G = 36.15%
B = 32.09%

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

#BCD6BE (or 0xBCD6BE) is known color: Surf. HEX triplet: BC, D6 and BE. RGB value is (188,214,190). Sum of RGB (Red+Green+Blue) = 188+214+190=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6BE is #432941. Grayscale: #CBCBCB. Windows color (decimal): -4401474 or 12506812. OLE color: 12506812.

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

Color convert

RGB 188 214 190 -
CMYK 0.12 0 0.11 0.16
HSL 124.62º 0.24% 0.79% -
HSV(B) 124.62º 0.12% 0.84% -
XYZ 54.08 62.5 57.93 -
YUV 203.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 188 214 190 0.12 0 0.11 0.16 124.62 0.24 0.79
Hex BC D6 BE C 0 B 10 7D 18 4F
Octal 274 326 276 14 0 13 20 175 30 117
Binary 10111100 11010110 10111110 1100 0 1011 10000 1111101 11000 1001111

Color Harmonies of #BCD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6BE

Black with #BCD6BE

Text Example


Text Example

White with #BCD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6BE; }

 p { color: rgb(188,214,190); }

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

background-color css

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

 a { background-color: rgb(188,214,190); }

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

border-color css

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

 span { border-color: rgb(188,214,190); }

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